Skip to content

Commit

Permalink
ruff format verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Feb 10, 2025
1 parent 8f85457 commit 9c5797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --output-format=github src
- run: ruff format --check src
- run: ruff format --verbose --check src

test:
needs: style
Expand Down

0 comments on commit 9c5797f

Please sign in to comment.