diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml new file mode 100644 index 00000000..504a728b --- /dev/null +++ b/.github/workflows/checks.yml @@ -0,0 +1,13 @@ +name: checks + +on: + push: + branches: + - "master" + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1