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@v4
14+ - uses : actions/checkout@v5
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@v4
14+ - uses : actions/checkout@v5
1515 - name : Init yarn
1616 run : yarn install
1717 - name : Run Standard
2323 name : CSS linter (stylelint)
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Init yarn
2828 run : yarn install
2929 - name : Run stylelint
3232 name : HTML linter (html5validator)
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 -
uses :
Cyb3r-Jak3/[email protected] 3737 with :
3838 root : html/
You can’t perform that action at this time.
0 commit comments