Skip to content

Commit 6fb314d

Browse files
committed
Add GitHub Actions workflow for link checking with Linkspector
1 parent cbeed26 commit 6fb314d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/check-links-new.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Linkspector
3+
on: push
4+
jobs:
5+
check-links:
6+
name: runner / linkspector
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Run linkspector
11+
uses: umbrelladocs/action-linkspector@v1
12+
with:
13+
reporter: github-pr-review
14+
fail_level: any

0 commit comments

Comments
 (0)