File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656
5757 # Check that there is at least one header in the markdown file.
5858 - name : Check markdown syntax, header
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " index.md"
62- SEARCH : " # [a-zA-Z0-9]"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " index.md"
62+ search : " # [a-zA-Z0-9]"
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 # Check that there is at least one image in the markdown file.
5858 - name : Check markdown syntax, image
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " index.md"
62- SEARCH : " \\ !\\ [.*](.*)"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " index.md"
62+ search : " \\ !\\ [.*](.*)"
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 # Check that there is at least one code example in the markdown file.
5858 - name : Check markdown syntax, code example
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " index.md"
62- SEARCH : " \\ `\\ `\\ `"
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " index.md"
62+ search : " \\ `\\ `\\ `"
6363
6464 # In README.md, switch step 3 for step 4.
6565 - name : Update to step 4
Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
5656
5757 # Make sure there is at least one task list item in the file.
5858 - name : Check markdown syntax, task list
59- run : ./.github/script/ check-file.sh
60- env :
61- FILE : " index.md"
62- SEARCH : " \\ - \\ [ ] "
59+ uses : skills/action- check-file@v1
60+ with :
61+ file : " index.md"
62+ search : " \\ - \\ [ ] "
6363
6464 # In README.md, switch step 4 for step 5.
6565 - name : Update to step 5
You can’t perform that action at this time.
0 commit comments