From c09ac28990f65383a94ded91c779efb8d2b6bd13 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 21 Sep 2025 16:10:34 -0700 Subject: [PATCH] Add https://www.npmjs.com/ to link check exclusions because it has started returning HTTP 403 during CI runs. --- .github/workflows/checkers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkers.yml b/.github/workflows/checkers.yml index 9ee1cf92..252fa997 100644 --- a/.github/workflows/checkers.yml +++ b/.github/workflows/checkers.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - uses: JustinBeckwith/linkinator-action@v1.11.0 with: - linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^https://opensource.org/ ^https://unix.stackexchange.com/' + linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^https://www.npmjs.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/' paths: '*.md doc/*.md helpers/*.md' spellcheck: