Skip to content

Commit 8097cbf

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/brokenLinkCheck.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ name: Check for broken links
33
# https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/
44

55
on:
6-
push:
7-
branches:
8-
- main
6+
pull_request:
97

108
jobs:
11-
129
markdown-link-check:
13-
1410
name: Check for broken links
1511
runs-on: ubuntu-latest
1612
steps:
17-
- uses: actions/checkout@master
18-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
13+
- uses: actions/checkout@v4
14+
- name: Run linkspector
15+
uses: umbrelladocs/action-linkspector@v1
16+
with:
17+
github_token: ${{ secrets.github_token }}
18+
reporter: github-pr-review
19+
fail_level: any

0 commit comments

Comments
 (0)