Skip to content

Commit 69dfb35

Browse files
committed
initial commit
0 parents  commit 69dfb35

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
- workflow_dispatch
3+
- push
4+
5+
name: Test
6+
7+
jobs:
8+
test:
9+
name: Show some debug info
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Show the github context
13+
env:
14+
context: ${{ toJson(github) }}
15+
run: jq -C "$context"

0 commit comments

Comments
 (0)