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@v2
14+ - uses : actions/checkout@v3
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@v2
14+ - uses : actions/checkout@v3
1515 - name : Init yarn
1616 run : yarn init -y
1717 - name : Install standard modules
2323 name : CSS linter (stylelint)
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - name : Init yarn
2828 run : yarn init -y
2929 - name : Install standard modules
3939 name : HTML linter (html5validator)
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@v2
42+ - uses : actions/checkout@v3
4343 -
uses :
Cyb3r-Jak3/[email protected] 4444 with :
4545 root : html/
You can’t perform that action at this time.
0 commit comments