Skip to content

Add GitHub Actions workflow for link checking with Linkspector #1

Add GitHub Actions workflow for link checking with Linkspector

Add GitHub Actions workflow for link checking with Linkspector #1

Workflow file for this run

name: Linkspector
on: push
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_level: any