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 280c126 commit 5241aa7Copy full SHA for 5241aa7
β.github/workflows/pa11y.ymlβ
@@ -15,16 +15,16 @@ jobs:
15
uses: actions/checkout@v2
16
17
- name: Setup Node
18
- - uses: actions/setup-node@v1
+ uses: actions/setup-node@v1
19
with:
20
node-version: 18
21
22
- name: Install Yarn
23
run: npm install -g yarn
24
-
+
25
- name: Install Dependencies
26
run: yarn install --frozen-lockfile
27
28
- name: Build Next App
29
run: yarn build
30
@@ -44,4 +44,4 @@ jobs:
44
if: contains(steps.pa11y_output.outputs.content, 'errno 2')
45
run: |
46
echo "::error::The site is failing accessibility tests."
47
- exit 1
+ exit 1
0 commit comments