Skip to content

Commit

Permalink
also check imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timudk committed Nov 14, 2024
1 parent 050d00c commit 3db5b27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
pip install ruff==0.6.8
- name: Run Ruff
run: ruff check --output-format=github .
- name: Check imports
run: ruff check --select I --output-format=github .

0 comments on commit 3db5b27

Please sign in to comment.