We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2805f8 commit 54f6bf3Copy full SHA for 54f6bf3
.github/workflows/regression.yml
@@ -47,4 +47,6 @@ jobs:
47
pip install tox
48
pip install tox-gh-actions
49
- name: Run tox
50
- run: tox
+ run: |
51
+ tox -e lint
52
+ tox
0 commit comments