We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7540150 commit e87b0efCopy full SHA for e87b0ef
1 file changed
.github/workflows/brokenLinkCheck.yml
@@ -14,5 +14,10 @@ jobs:
14
name: Check for broken links
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@master
18
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - uses: actions/checkout@v4
+ - name: Run linkspector
19
+ uses: umbrelladocs/action-linkspector@v1
20
+ with:
21
+ github_token: ${{ secrets.github_token }}
22
+ reporter: github-pr-review
23
+ fail_level: any
0 commit comments