Skip to content

Commit

Permalink
Try linkspector
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Jul 16, 2024
1 parent fa910da commit e04ec6b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Check if links are valid"
uses: AlexanderDokuchaev/[email protected]
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true

0 comments on commit e04ec6b

Please sign in to comment.