Skip to content

Commit

Permalink
ci: run all tox testenv in a single command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavoritobi committed Sep 22, 2023
1 parent 50a9146 commit e523145
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ jobs:
run: pip install tox
- name: Code style check
run: |
tox -e ruff-check
tox -e black-check
tox -e vulture
tox -e darglint
tox -e black-check,ruff-check,vulture,darglint
- name: Static type check
run: tox -e mypy
- name: Check copyright
run: tox -e check-copyright
- name: Misc checks
run: |
tox -e bandit
tox -e safety
tox -e bandit,safety

0 comments on commit e523145

Please sign in to comment.