1
0
mirror of https://github.com/sherlock-project/sherlock synced 2026-05-26 17:20:40 +00:00

Explicitly run tox lint testenv

This commit is contained in:
Paul Pfeister
2024-06-24 15:51:44 -04:00
parent c2805f82e8
commit 54f6bf3f79
+3 -1
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