Skip to content

Commit e87b0ef

Browse files
committed
Workflow: update broken link check
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
1 parent 7540150 commit e87b0ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/brokenLinkCheck.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ jobs:
1414
name: Check for broken links
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@master
18-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
17+
- uses: actions/checkout@v4
18+
- 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

Comments
 (0)