Skip to content

Commit

Permalink
Fix command to use ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 16, 2024
1 parent 07d3647 commit f1ac831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:

- name: Run Ruff for linting
run: |
poetry run ruff .
poetry run ruff check .
continue-on-error: false

0 comments on commit f1ac831

Please sign in to comment.