Skip to content

Commit d0f9afd

Browse files
authored
Merge pull request #86 from altendky/one_job_to_require_them_all
Add an 'All' GHA job to make requiring easier
2 parents b231ec4 + ad7f8f5 commit d0f9afd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,14 @@ jobs:
9090
- name: Test
9191
run: |
9292
tox -v -e linting
93+
all:
94+
name: All
95+
runs-on: ubuntu-latest
96+
needs:
97+
- test
98+
- linting
99+
steps:
100+
- name: This
101+
shell: python
102+
run: |
103+
import this

0 commit comments

Comments
 (0)