Skip to content

Commit

Permalink
fix: use ruff check since the old version was deprecated and removed
Browse files Browse the repository at this point in the history
  • Loading branch information
flying7eleven committed Jul 4, 2024
1 parent d32ca9f commit 14982c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install ruff
- name: Lint with Ruff
run: ruff --output-format=github .
run: ruff check --output-format=github .
continue-on-error: false

test:
Expand Down

0 comments on commit 14982c2

Please sign in to comment.