File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ on: [push]
55jobs :
66 build :
77 runs-on : ubuntu-latest
8+ env :
9+ w3cHtmlValidator : dry-run # only run html validation locally
810 steps :
9- - uses : actions/checkout@v4 # see: https://github.com/actions/checkout/releases
11+ - uses : actions/checkout@v5 # see: https://github.com/actions/checkout/releases
1012 - uses : actions/setup-node@v4 # see: https://github.com/actions/setup-node/releases
1113 - run : npm install
1214 - run : npm test
Original file line number Diff line number Diff line change 11# Snap Backup
22
3- # Downloaded and generated files
3+ # Downloaded and Generated Files
44/node_modules /
55/package-lock.json
66/build /
77/tools /static-analysis /pmd /
88/website-target /
99
10- # Extraneous system files
10+ # Extraneous System Files
1111.DS_Store
Original file line number Diff line number Diff line change 6262 "interactive" : " browser-sync . --startPath website-target/1-dev --files website-target"
6363 },
6464 "devDependencies" : {
65- "@fortawesome/fontawesome-free" : " ~7.0 " ,
65+ "@fortawesome/fontawesome-free" : " ~7.1 " ,
6666 "add-dist-header" : " ~1.5" ,
6767 "browser-sync" : " ~3.0" ,
6868 "copy-file-util" : " ~1.3" ,
6969 "copy-folder-util" : " ~1.1" ,
7070 "dna-engine" : " ~3.3" ,
71- "hamburger-menu" : " ~0.6 " ,
71+ "hamburger-menu" : " ~0.7 " ,
7272 "jshint" : " ~2.13" ,
7373 "less" : " ~4.4" ,
7474 "replacer-util" : " ~1.4" ,
You can’t perform that action at this time.
0 commit comments