Explicitly run tox lint testenv

pull/2189/head
Paul Pfeister 5 months ago
parent c2805f82e8
commit 54f6bf3f79
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -47,4 +47,6 @@ jobs:
pip install tox
pip install tox-gh-actions
- name: Run tox
run: tox
run: |
tox -e lint
tox

Loading…
Cancel
Save