Skip to content

Commit

Permalink
Use ruff check <path>
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Jul 3, 2024
1 parent 87d100a commit 90faa1a
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 @@ -18,4 +18,4 @@ jobs:
- run: python -Im pip install --user ruff

- name: Run ruff
run: ruff --output-format=github wagtail_footnotes
run: ruff check --output-format=github wagtail_footnotes

0 comments on commit 90faa1a

Please sign in to comment.