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