Skip to content

Commit

Permalink
build: run formatting check before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Nov 23, 2023
1 parent 3eed4aa commit 8578db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: check
args: format --check
- uses: chartboost/ruff-action@v1
with:
src: ORStools
args: format
args: check

0 comments on commit 8578db5

Please sign in to comment.