Skip to content

Commit

Permalink
"ruff check ." instead of "ruff ." in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 22, 2024
1 parent 860a04b commit 331074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
pip install ruff
# Include `--output-format=github` to enable automatic inline annotations.
- name: Run Ruff
run: ruff --output-format=github .
run: ruff check --output-format=github .

0 comments on commit 331074c

Please sign in to comment.