feat: version style with master and dev branch distance #373
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Style checking | |
on: | |
push: | |
branches: | |
- main | |
- master | |
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/lock/x86_64-manylinux_2_28/requirements_dev.txt | |
ruff-isort: | |
uses: deargen/workflows/.github/workflows/check-ruff.yml@master | |
with: | |
check-type: isort | |
# ruff-version-file: deps/lock/x86_64-manylinux_2_28/requirements_dev.txt |