From 5fa4eba6797871e7b45afe237bdad2e3b5d70625 Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Fri, 11 Mar 2022 12:27:34 -0500 Subject: [PATCH] Temporarily disable markdown link checker Signed-off-by: Thane Thomson --- .github/workflows/markdown-links.yml | 34 +++++++++++++++------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 3e62a70b6..a03dd9b72 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -1,17 +1,19 @@ -name: Check Markdown links +# TODO: Re-enable when https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/126 lands. -on: - push: - branches: - - master - pull_request: - branches: [master] - -jobs: - markdown-link-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: thanethomson/github-action-markdown-link-check@611438d456810f86e2053576f7e62a433da10e0e - with: - check-modified-files-only: 'yes' +#name: Check Markdown links +# +#on: +# push: +# branches: +# - master +# pull_request: +# branches: [master] +# +#jobs: +# markdown-link-check: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.13 +# with: +# check-modified-files-only: 'yes'