diff --git a/.github/workflows/markdown-check-links.json b/.github/workflows/markdown-check-links.json deleted file mode 100644 index d8f824d7..00000000 --- a/.github/workflows/markdown-check-links.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "aliveStatusCodes": [200, 403], - "timeout": "30s" -} diff --git a/.github/workflows/markdown-check-links.yml b/.github/workflows/markdown-check-links.yml deleted file mode 100644 index 6ffcf3d8..00000000 --- a/.github/workflows/markdown-check-links.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Check Markdown Links - -on: - push: - branches: [main] - pull_request: - types: [opened, synchronize, reopened, ready_for_review] - branches: [main] - -jobs: - markdown-check-links: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15 - with: - use-quiet-mode: "yes" - config-file: .github/workflows/markdown-check-links.json