File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 name : check if result.html is up to date with index.html
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : install nodejs
1616 run : sudo apt-get update && sudo apt-get -y install nodejs npm && npm install inline-source
1717 - name : modify build sccript
Original file line number Diff line number Diff line change 1111 name : Javascript linter (standard)
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Init yarn
1616 run : yarn install
1717 - name : Run Standard
2121 name : CSS linter (stylelint)
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Init yarn
2626 run : yarn install
2727 - name : Run stylelint
3030 name : HTML linter (html5validator)
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 -
uses :
Cyb3r-Jak3/[email protected] 3535 with :
3636 root : html/
You can’t perform that action at this time.
0 commit comments