Skip to content

Commit 4c75379

Browse files
committed
Add an 'All' GHA job to make requiring easier
1 parent b231ec4 commit 4c75379

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ jobs:
9090
- name: Test
9191
run: |
9292
tox -v -e linting
93+
all:
94+
name: All
95+
needs:
96+
- test
97+
- linting

0 commit comments

Comments
 (0)