Skip to content

Commit 85c6422

Browse files
committed
first workflow
1 parent 7f5478a commit 85c6422

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test workflow
2+
3+
on:
4+
- push
5+
6+
jobs:
7+
say-hello:
8+
name: Say Hello
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
13+
- name: Say Hello
14+
run: echo "Hello"

0 commit comments

Comments
 (0)