Skip to content

Commit e2615ae

Browse files
committed
use umbrelladocs/action-linkspector
1 parent bdfa43e commit e2615ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/scala.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
markdown-link-check:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
30-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
29+
- uses: actions/checkout@v4
30+
- uses: umbrelladocs/action-linkspector@v1
3131
with:
32-
use-verbose-mode: 'no'
32+
github_token: ${{ secrets.github_token }}
33+
reporter: github-pr-review
34+
fail_on_error: true

0 commit comments

Comments
 (0)