Skip to content

Workflow file for this run

name: Linting
on: [push, pull_request]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
ruff-lint:
uses: deargen/workflows/.github/workflows/check-ruff.yml@master
with:
check-type: lint
ruff-version-file: deps/lock/x86_64-unknown-linux-gnu/requirements_dev.txt