Skip to content

Commit

Permalink
ruff now requires the check action to be provided explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Jun 28, 2024
1 parent 27b80f2 commit 2ad9e95
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 @@ -39,7 +39,7 @@ jobs:
git clean -xdf
- name: Run ruff on python files
run: |
python3 -m ruff .
python3 -m ruff check .
- name: Run isort on python files
run: |
python3 -m isort --check --diff .
Expand Down

0 comments on commit 2ad9e95

Please sign in to comment.