There was an error while loading. Please reload this page.
1 parent 0862e15 commit 5f938e2Copy full SHA for 5f938e2
1 file changed
.github/workflows/check-wcag.yml
@@ -53,6 +53,8 @@ jobs:
53
index-files: |
54
["index.html"]
55
56
- - name: Run Axe to check for WCAG compliance
57
- run: pnpm exec ts-node scripts/wcag-sitemap-check.ts
+ - name: Compile WCAG script
+ run: pnpm exec tsc scripts/wcag-sitemap-check.ts --outDir scripts
58
59
+ - name: Run Axe to check for WCAG compliance
60
+ run: node scripts/wcag-sitemap-check.js
0 commit comments