From 12f7fcbebf80778a97ab4c455f4173cbc45e96cd Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Mon, 31 Oct 2022 15:51:55 -0400 Subject: [PATCH] ci: Remove Markdown link checker from v0.37.x branch (#9644) Signed-off-by: Thane Thomson Signed-off-by: Thane Thomson --- .github/workflows/markdown-links.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/markdown-links.yml diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml deleted file mode 100644 index 6aef1baf8..000000000 --- a/.github/workflows/markdown-links.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Check Markdown links - -on: - push: - branches: - - main - pull_request: - branches: [main] - -jobs: - markdown-link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6 - with: - PATTERNS: | - **/**.md - - uses: creachadair/github-action-markdown-link-check@master - with: - check-modified-files-only: 'yes' - config-file: '.md-link-check.json' - if: env.GIT_DIFF