-
Notifications
You must be signed in to change notification settings - Fork 32
33 lines (27 loc) · 884 Bytes
/
a11y.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Accessibility scan
on:
workflow_dispatch:
push:
paths-ignore:
- "families.json"
jobs:
build:
name: Scan site
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Build site
run: npm ci && npm start &
- name: Scan site
uses: double-great/[email protected]
with:
url: http://localhost:8080
inputUrls: http://localhost:8080?category=sans-serif,http://localhost:8080?tag=art+deco,http://localhost:8080/?variant=600&tag=modern&subset=greek&category=sans-serif
- name: Upload report as artifact
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: "Accessibility report"
path: ${{ github.workspace }}/_accessibility-reports/