File tree Expand file tree Collapse file tree 4 files changed +12
-29
lines changed
Expand file tree Collapse file tree 4 files changed +12
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656
5757 # Verify the learner added the file contents.
5858 - name : Check workflow contents, name
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " .github/workflows/welcome.yml"
62- SEARCH : " name:"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " .github/workflows/welcome.yml"
62+ search : " name:"
6363
6464 # In README.md, switch step 1 for step 2.
6565 - name : Update to step 2
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656
5757 # Verify the learner added the file contents.
5858 - name : Check workflow contents, jobs
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " .github/workflows/welcome.yml"
62- SEARCH : " jobs:"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " .github/workflows/welcome.yml"
62+ search : " jobs:"
6363
6464 # In README.md, switch step 2 for step 3.
6565 - name : Update to step 3
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656
5757 # Verify the learner added the file contents.
5858 - name : Check workflow contents, steps
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " .github/workflows/welcome.yml"
62- SEARCH : " steps:"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " .github/workflows/welcome.yml"
62+ search : " steps:"
6363
6464 # In README.md, switch step 3 for step 4.
6565 - name : Update to step 4
You can’t perform that action at this time.
0 commit comments