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