Skip to content

Commit 5f938e2

Browse files
committed
kleine testje
1 parent 0862e15 commit 5f938e2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/check-wcag.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
index-files: |
5454
["index.html"]
5555
56-
- name: Run Axe to check for WCAG compliance
57-
run: pnpm exec ts-node scripts/wcag-sitemap-check.ts
56+
- name: Compile WCAG script
57+
run: pnpm exec tsc scripts/wcag-sitemap-check.ts --outDir scripts
5858

59+
- name: Run Axe to check for WCAG compliance
60+
run: node scripts/wcag-sitemap-check.js

0 commit comments

Comments
 (0)