Skip to content

Commit 675d5ca

Browse files
committed
Update misc_0.yml
1 parent abd91ae commit 675d5ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/misc_0.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
- name: Check workflows are up to date
9292
run: git diff --exit-code || (echo 'Generated code is out of date, run "tox -e generate" and commit the changes in this PR.' && exit 1)
9393

94+
test:
95+
name: test
96+
run: echo "${{ toJson(github) }}"
97+
9498
generate-workflows:
9599
name: generate-workflows
96100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)