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 b231ec4 commit 4c75379Copy full SHA for 4c75379
.github/workflows/ci.yml
@@ -90,3 +90,8 @@ jobs:
90
- name: Test
91
run: |
92
tox -v -e linting
93
+ all:
94
+ name: All
95
+ needs:
96
+ - test
97
+ - linting
0 commit comments