Skip to content

Commit

Permalink
use umbrelladocs/action-linkspector
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Dec 5, 2024
1 parent bdfa43e commit e2615ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/checkout@v4
- uses: umbrelladocs/action-linkspector@v1
with:
use-verbose-mode: 'no'
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true

0 comments on commit e2615ae

Please sign in to comment.