Skip to content

Commit 39d10af

Browse files
committed
Add linkinator to check links
1 parent 74827ee commit 39d10af

File tree

4 files changed

+346
-0
lines changed

4 files changed

+346
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ jobs:
7575
with:
7676
name: playwright-report
7777
path: spock-website/playwright-report/
78+
79+
- name: Check for broken links
80+
run: npx linkinator ./dist/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"skip": ["search.maven.org"],
3+
"timeout": 5000
4+
}

0 commit comments

Comments
 (0)