Skip to content

Commit b8c05dc

Browse files
committed
[doc] add a GH workflow to look for broken links
1 parent 32f0fe6 commit b8c05dc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/linkspector.yml

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

0 commit comments

Comments
 (0)