Skip to content

Commit 055be11

Browse files
committed
Only run html validation locally
HTML network-error: 429 Too Many Requests
1 parent c94fdc4 commit 055be11

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/run-spec-on-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ on: [push]
55
jobs:
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

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
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",

0 commit comments

Comments
 (0)