Skip to content

github_actions: monthly check for broken hyperlinks #4

github_actions: monthly check for broken hyperlinks

github_actions: monthly check for broken hyperlinks #4

Workflow file for this run

name: 'Check Markdown Links'
on:
pull_request:
paths:
- "**/*.md"
permissions:
contents: read
pull-requests: write
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
fail_on_error: true