Skip to content

Commit 2809c85

Browse files
committed
gh-action test
1 parent 3b7ee64 commit 2809c85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/hello-world.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: hello-world
2+
on: push
3+
jobs:
4+
my-job:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: my-step
8+
run: echo "Hello World!"

0 commit comments

Comments
 (0)