We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24613e8 commit c4ccd8eCopy full SHA for c4ccd8e
1 file changed
.github/workflows/egg.yml
@@ -1 +1,10 @@
1
on: push
2
+
3
+jobs:
4
+ job1:
5
+ steps:
6
+ - run: pwd
7
+ - run: ls
8
+ job2:
9
10
+ - run: node --version
0 commit comments