This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-41
lines changed Expand file tree Collapse file tree 5 files changed +16
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -55,12 +55,10 @@ jobs:
55
55
56
56
# Verify the learner added the file contents.
57
57
- name : Check workflow contents, jobs
58
- run : |
59
- chmod a+x .github/script/check-file.sh
60
- ./.github/script/check-file.sh
61
- env :
62
- FILE : " .devcontainer/devcontainer.json"
63
- SEARCH : " GitHub.copilot"
58
+ uses : skills/action-check-file@v1
59
+ with :
60
+ file : " .devcontainer/devcontainer.json"
61
+ search : " GitHub.copilot"
64
62
65
63
# In README.md, switch step 1 for step 2.
66
64
- name : Update to step 2
Original file line number Diff line number Diff line change @@ -57,12 +57,10 @@ jobs:
57
57
58
58
# Verify the PR updated package.json
59
59
- name : Check package.json
60
- run : |
61
- chmod a+x .github/script/check-file.sh
62
- ./.github/script/check-file.sh
63
- env :
64
- FILE : " skills.js"
65
- SEARCH : " function calculateNumbers"
60
+ uses : skills/action-check-file@v1
61
+ with :
62
+ file : " skills.js"
63
+ search : " function calculateNumbers"
66
64
67
65
# In README.md, switch step 2 for step 3.
68
66
- name : Update to step 3
Original file line number Diff line number Diff line change @@ -57,12 +57,10 @@ jobs:
57
57
58
58
# Verify the skills member function is present.
59
59
- name : Check package for axios version 0.21.2
60
- run : |
61
- chmod a+x .github/script/check-file.sh
62
- ./.github/script/check-file.sh
63
- env :
64
- FILE : " member.js"
65
- SEARCH : " skillsMember"
60
+ uses : skills/action-check-file@v1
61
+ with :
62
+ file : " member.js"
63
+ search : " skillsMember"
66
64
67
65
# In README.md, switch step 3 for step 4.
68
66
- name : Update to step 4
Original file line number Diff line number Diff line change @@ -57,12 +57,10 @@ jobs:
57
57
58
58
# Verify the learner added the file contents.
59
59
- name : Check workflow contents, jobs
60
- run : |
61
- chmod a+x .github/script/check-file.sh
62
- ./.github/script/check-file.sh
63
- env :
64
- FILE : " comments.js"
65
- SEARCH : " Create web server"
60
+ uses : skills/action-check-file@v1
61
+ with :
62
+ file : " comments.js"
63
+ search : " Create web server"
66
64
67
65
# In README.md, switch step 3 for step X.
68
66
- name : Update to step X
You can’t perform that action at this time.
0 commit comments