Skip to content

Merge branch 'master' of ssh://github.com/deargen/rust-graph #9

Merge branch 'master' of ssh://github.com/deargen/rust-graph

Merge branch 'master' of ssh://github.com/deargen/rust-graph #9

Workflow file for this run

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