Skip to content

Commit 7f02412

Browse files
committed
test
1 parent f400b6b commit 7f02412

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/learning.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Learning
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
learn-and-master:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
14+
- name: step 1
15+
run: echo "Hello"
16+
17+
- name: step 2
18+
run: echo "world"
19+
20+
- name: step 3
21+
run: echo "sup?"

0 commit comments

Comments
 (0)