Skip to content

Commit dc5fdf7

Browse files
authored
Add check workflow (#68)
1 parent 1debd1b commit dc5fdf7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tox.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@ jobs:
6565
with:
6666
name: logs.zip
6767
path: .tox/**/log/
68+
check:
69+
needs:
70+
- gh
71+
runs-on: ubuntu-latest
72+
steps:
73+
- name: Report success of the test matrix
74+
run: >-
75+
print("All's good")
76+
shell: python

0 commit comments

Comments
 (0)