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 a938a47 commit ef5a26a
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 @@ -21,7 +21,7 @@ jobs:
python3 -m pip -q install -r scripts/requirements.txt -r tests/requirements.txt
- name: Run ruff
run: |
python3 -m ruff .
python3 -m ruff check .
- name: Run isort
run: |
python3 -m isort --check --diff .
Expand Down

0 comments on commit ef5a26a

Please sign in to comment.