We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60368c commit 59fea27Copy full SHA for 59fea27
β.github/workflows/pa11y.ymlβ
@@ -41,7 +41,7 @@ jobs:
41
run: yarn start & sleep 5
42
43
- name: Run pa11y-ci
44
- run: yarn pa11y-ci:sitemap 2>&1 | tee pa11y_output.txt
+ run: yarn lint:a11y 2>&1 | tee pa11y_output.txt
45
46
- name: Read pa11y_output
47
id: pa11y_output
βpackage.jsonβ
@@ -13,6 +13,7 @@
13
"start": "next start",
14
"lint": "next lint",
15
"lint:deadcode": "! ts-prune | grep -v \"used in module\"",
16
+ "lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
17
"format": "prettier --write src/",
18
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
19
"codegen:linkedin": "esno scripts/codegen-linkedin.ts"
0 commit comments