diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml deleted file mode 100644 index 2174ed9..0000000 --- a/.github/workflows/link_check.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Check Markdown links - -on: - push: - branches: - - master - schedule: - # Run every Monday - - cron: "0 0 * * 1" - -jobs: - markdown-link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check \ No newline at end of file