Skip to content

Commit

Permalink
Add GHA to check for dead hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Dec 19, 2024
1 parent a985f7a commit c77df48
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Linkspector

on: [pull_request]

jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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 c77df48

Please sign in to comment.