From a19b74ee4be9bf2149928f9ccec3b59ff3c1cc02 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Fri, 21 Nov 2025 14:56:19 +0100 Subject: [PATCH] Ignore lists.apple link in link check The link doesn't seem to exist, but it belongs to 3rdparty sourcecode. --- .github/workflows/check_links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index c01e932d..a52ff30b 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -34,6 +34,7 @@ jobs: --exclude 'releases/download/v\$%7BURCAP_VERSION%7D/externalcontrol-\$%7BURCAP_VERSION%7D\.jar' --exclude '^http://rosin-project\.eu' --exclude '2013181\/gdb-causes-sem-wait-to-fail-with-eintr-error' + --exclude 'https:\/\/lists\.apple\.com\/archives\/darwin-kernel\/2009\/Apr\/msg00010\.html' --max-concurrency 1 './**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py' - name: Save lychee cache