Skip to content

Commit 522c018

Browse files
authored
Create test.yml
1 parent 778b5be commit 522c018

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Simple Test
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Hello World
11+
run: echo "Hello World"

0 commit comments

Comments
 (0)