Skip to content

Commit

Permalink
ci: Explicitly run ruff check (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed May 8, 2024
1 parent 24df209 commit 6e3da99
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 @@ -15,4 +15,4 @@ jobs:

- name: Run ruff
working-directory: ./src
run: ruff --output-format=github django_nh3
run: ruff check --output-format=github django_nh3

0 comments on commit 6e3da99

Please sign in to comment.