Skip to content

Commit

Permalink
Add linters to the gh-actions workflow (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Bednar <[email protected]>
  • Loading branch information
lukas-bednar authored Dec 7, 2021
1 parent 228520d commit 6166125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install tox
- name: Run tox
- name: Run linters
run: tox -e pep8
- name: Run unit tests
run: tox -e py

0 comments on commit 6166125

Please sign in to comment.