We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfa43e commit e2615aeCopy full SHA for e2615ae
.github/workflows/scala.yml
@@ -26,7 +26,9 @@ jobs:
26
markdown-link-check:
27
runs-on: ubuntu-latest
28
steps:
29
- - uses: actions/checkout@v3
30
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - uses: actions/checkout@v4
+ - uses: umbrelladocs/action-linkspector@v1
31
with:
32
- use-verbose-mode: 'no'
+ github_token: ${{ secrets.github_token }}
33
+ reporter: github-pr-review
34
+ fail_on_error: true
0 commit comments