Try ignoring non-broken links

This commit is contained in:
Ryan Blunden
2021-04-19 13:32:25 +10:00
parent fefee0f18c
commit b7bf9c09d7
2 changed files with 50 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
name: Markdown link checker
on: [workflow_dispatch]
on: [push,pull_request,workflow_dispatch]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/mlc_config.json'