Skip to content

Commit

Permalink
use verbose for ruff format so can verify files were checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Sep 24, 2024
1 parent a2451db commit 35776e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: ruff check --output-format=github ./python

- name: Ruff format
run: ruff format --check ./python
run: ruff format --check --verbose ./python

0 comments on commit 35776e8

Please sign in to comment.