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 0303c38 commit a2ac66cCopy full SHA for a2ac66c
.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
7
- "dependabot/**"
8
pull_request:
9
10
+env:
11
+ FORCE_COLOR: 2
12
+
13
jobs:
14
run:
15
name: Node on ${{ matrix.os }}
@@ -44,4 +47,10 @@ jobs:
44
47
run: npm run test:html
45
48
46
49
- name: Run linkinator
- 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