diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml new file mode 100644 index 0000000..75fb026 --- /dev/null +++ b/.github/workflows/check-markdown-links.yml @@ -0,0 +1,14 @@ +name: Check Markdown links + +on: + push: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1