Skip to content

Commit

Permalink
Fix ruff CI workflow to use updated command.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Jul 30, 2024
1 parent 926872b commit be9ad5a
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 @@ -22,4 +22,4 @@ jobs:
pip install .
- name: Lint with Ruff
run: ruff --output-format=github porter
run: ruff check --output-format=github porter

0 comments on commit be9ad5a

Please sign in to comment.