diff --git a/.github/workflows/markdownlinks.yaml b/.github/workflows/markdownlinks.yaml new file mode 100644 index 0000000..f890484 --- /dev/null +++ b/.github/workflows/markdownlinks.yaml @@ -0,0 +1,8 @@ +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