Skip to content

Commit a2ac66c

Browse files
committed
Move linkinator to Actions
1 parent 0303c38 commit a2ac66c

File tree

3 files changed

+833
-2940
lines changed

3 files changed

+833
-2940
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- "dependabot/**"
88
pull_request:
99

10+
env:
11+
FORCE_COLOR: 2
12+
1013
jobs:
1114
run:
1215
name: Node on ${{ matrix.os }}
@@ -44,4 +47,10 @@ jobs:
4447
run: npm run test:html
4548

4649
- name: Run linkinator
47-
run: npm run test:linkinator
50+
uses: JustinBeckwith/linkinator-action@v1
51+
with:
52+
linksToSkip: "^(?!http://localhost)"
53+
paths: en
54+
recurse: true
55+
serverRoot: build
56+
verbosity: error

0 commit comments

Comments
 (0)