Skip to content

build(deps): bump actions/setup-python in the actions group (#155) #444

build(deps): bump actions/setup-python in the actions group (#155)

build(deps): bump actions/setup-python in the actions group (#155) #444

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
env:
FORCE_COLOR: "1"
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version-file: pyproject.toml
cache: "pip"
cache-dependency-path: pyproject.toml
- name: lint
run: make lint INSTALL_EXTRA=lint