From f34f4dde6933d8803f20a691940343b3f861b526 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 1 May 2025 21:19:56 -0700 Subject: [PATCH] Update Checkers workflow to ignore all github.com links because they return HTTP 429 randomly and linkinator does not handle that well. --- .github/workflows/checkers.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checkers.yml b/.github/workflows/checkers.yml index 9d684c4a..cacd61cb 100644 --- a/.github/workflows/checkers.yml +++ b/.github/workflows/checkers.yml @@ -15,10 +15,9 @@ jobs: - uses: actions/checkout@v4 - uses: JustinBeckwith/linkinator-action@v1.11.0 with: - linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/ ^https://unix.stackexchange.com/' + linksToSkip: '^https://github.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/' paths: '*.md doc/*.md helpers/*.md' timeout: 60000 - retry: true spellcheck: runs-on: ubuntu-latest