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