From 94745b27df9f97116f15c7058c8de0ee4a1008bd Mon Sep 17 00:00:00 2001 From: s0lray Date: Wed, 25 Mar 2026 00:37:25 -0400 Subject: [PATCH] fix(ci): remove --exclude-mail flag removed in lychee v0.23.0 lychee v0.23.0 dropped --exclude-mail; mail links are now excluded by default. Keeping the flag causes exit code 2 and breaks every CI run. Fixes THE-85. Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce4a83..d489bf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,6 @@ jobs: --timeout 20 --max-retries 2 --retry-wait-time 5 - --exclude-mail --accept 200,201,204,206,301,302,307,308,403,429 urls.txt fail: true