diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml new file mode 100644 index 0000000000..ee51774824 --- /dev/null +++ b/.github/workflows/link-check.yml @@ -0,0 +1,13 @@ +name: Check Markdown links + +on: push + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-quiet-mode: "yes" +# Documentation available here: https://github.com/marketplace/actions/markdown-link-check \ No newline at end of file