Explicitly run tox lint testenv

This commit is contained in:
Paul Pfeister 2024-06-24 15:51:44 -04:00
parent c2805f82e8
commit 54f6bf3f79
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

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