Skip to content

Commit

Permalink
ci: add ruff-check step in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito authored and marcofavoritobi committed Sep 21, 2023
1 parent 5e262df commit 8f5ceec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: pip install tox
- name: Code style check
run: |
tox -e ruff-check
tox -e black-check
tox -e vulture
tox -e darglint
Expand Down

0 comments on commit 8f5ceec

Please sign in to comment.