Skip to content

Workflow file for this run

---
name: Markdown Links Validation
on: [push, workflow_dispatch]
jobs:
check-links:
runs-on: ubuntu-22.04
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Run linkspector
uses: umbrelladocs/[email protected]
with:
github_token: ${{ secrets.github_token }}
fail_on_error: true
config_file: .linkinspector.yml
filter_mode: nofilter
reporter: github-pr-review