Add Action to track dead links in docs

This commit is contained in:
Antoine Cotten
2020-10-18 17:34:44 +02:00
parent a4f4e8fd39
commit b908c5b2ec
4 changed files with 29 additions and 4 deletions

21
.github/workflows/docs.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Documentation
on:
schedule:
- cron: '0 0 * * 0' # At 00:00 every Sunday
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
markdown-check:
name: Check Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json