Skip to content

Commit

Permalink
[.github\workflows\run_test.yml] Add step to run "ruff check"
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Dec 19, 2024
1 parent 37a6f6b commit 25fe182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
run: |
mypy
- name: Check code with ruff
run: |
ruff check
- name: Generate coverage report
run: |
coverage run -m pytest
Expand Down

0 comments on commit 25fe182

Please sign in to comment.