Skip to content

Commit

Permalink
ci: report broken links in markdown (md) files
Browse files Browse the repository at this point in the history
Can help keep the documentation up to date
  • Loading branch information
mikavilpas committed May 27, 2024
1 parent b32fad3 commit a307328
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 a307328

Please sign in to comment.