diff --git a/.github/workflows/mlc.yml b/.github/workflows/mlc.yml new file mode 100644 index 0000000..c2aa39d --- /dev/null +++ b/.github/workflows/mlc.yml @@ -0,0 +1,15 @@ +name: markdown-link-check + +on: + push: + branches: + - main + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + file-path: './index.md, ./README.md' \ No newline at end of file