From 99e8b54c148c53459afbc1cf4fc87378cc57a539 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Fri, 15 Oct 2021 00:43:20 +0800 Subject: [PATCH] Removed failing actions workflow --- .github/workflows/link_check.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/link_check.yml 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