icinga2/.github/workflows/markdown-links.yml
Markus Frosch c380efa628 Tune settings for markdown-link-check
- Don't check GitHub issue URLs
- Quiet mode for more overview
2021-04-21 17:13:06 +02:00

14 lines
292 B
YAML

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: tools/markdown-link-check.json
use-quiet-mode: yes