Skip to content

Commit c4ccd8e

Browse files
committed
add2
1 parent 24613e8 commit c4ccd8e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/egg.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
on: push
2+
3+
jobs:
4+
job1:
5+
steps:
6+
- run: pwd
7+
- run: ls
8+
job2:
9+
steps:
10+
- run: node --version

0 commit comments

Comments
 (0)