File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4 # see: https://github.com/actions/checkout/releases
12+ - uses : actions/checkout@v5 # see: https://github.com/actions/checkout/releases
1313 - uses : actions/create-release@v1 # see: https://github.com/actions/create-release/releases
1414 env :
1515 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4 # see: https://github.com/actions/checkout/releases
9+ - uses : actions/checkout@v5 # see: https://github.com/actions/checkout/releases
1010 - uses : actions/setup-node@v4 # see: https://github.com/actions/setup-node/releases
1111 - run : npm install
1212 - run : npm test
Original file line number Diff line number Diff line change 11# CLABE Validator
22
3- # Downloaded and generated files
3+ # Downloaded and Generated Files
44/node_modules /
55/package-lock.json
66/build /
77
8- # Extraneous system files
8+ # Extraneous System Files
99.DS_Store
Original file line number Diff line number Diff line change 2222 < link rel =apple-touch-icon href =https://centerkey.com/graphics/mobile-home-screen.png >
2323 < link rel =preconnect href =https://fonts.googleapis.com >
2424 < link rel =preconnect href =https://fonts.gstatic.com crossorigin >
25- < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0 /css/all.min.css >
25+ < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1 /css/all.min.css >
2626 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/dna-engine@3.3/dist/dna-engine.css >
2727 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/web-ignition@2.4/dist/reset.min.css >
2828 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/web-ignition@2.4/dist/layouts/letterbox.css >
Original file line number Diff line number Diff line change 6565 "posttest" : " html-validator spec docs"
6666 },
6767 "devDependencies" : {
68- "@eslint/js" : " ~9.36 " ,
69- "@fortawesome/fontawesome-free" : " ~7.0 " ,
70- "@types/node" : " ~24.5 " ,
68+ "@eslint/js" : " ~9.38 " ,
69+ "@fortawesome/fontawesome-free" : " ~7.1 " ,
70+ "@types/node" : " ~24.9 " ,
7171 "add-dist-header" : " ~1.5" ,
7272 "assert-deep-strict-equal" : " ~1.2" ,
7373 "copy-file-util" : " ~1.3" ,
7474 "copy-folder-util" : " ~1.1" ,
7575 "dna-engine" : " ~3.3" ,
76- "eslint" : " ~9.36 " ,
76+ "eslint" : " ~9.38 " ,
7777 "esm-to-plain-js" : " ~1.1" ,
7878 "jsdom" : " ~27.0" ,
7979 "jshint" : " ~2.13" ,
8282 "rimraf" : " ~6.0" ,
8383 "run-scripts-util" : " ~1.3" ,
8484 "typescript" : " ~5.9" ,
85- "typescript-eslint" : " ~8.44 " ,
85+ "typescript-eslint" : " ~8.46 " ,
8686 "uglify-js" : " ~3.19" ,
8787 "w3c-html-validator" : " ~1.9" ,
8888 "web-ignition" : " ~2.4"
Original file line number Diff line number Diff line change 2222 < link rel =apple-touch-icon href =https://centerkey.com/graphics/mobile-home-screen.png >
2323 < link rel =preconnect href =https://fonts.googleapis.com >
2424 < link rel =preconnect href =https://fonts.gstatic.com crossorigin >
25- < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0 /css/all.min.css >
25+ < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1 /css/all.min.css >
2626 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/dna-engine@3.3/dist/dna-engine.css >
2727 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/dna-engine@3.3/dist/panel-nav.css >
2828 < link rel =stylesheet href =https://cdn.jsdelivr.net/npm/web-ignition@2.4/dist/reset.min.css >
You can’t perform that action at this time.
0 commit comments