From 29871fdc87c537a1643c1e59bcc932bab8ac3ca6 Mon Sep 17 00:00:00 2001 From: Tung Bui Date: Sat, 18 May 2024 12:17:32 +0700 Subject: [PATCH] ci: accept 403 --- .github/workflows/link-checker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index fda70c9..b2c650a 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -18,4 +18,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.10.0 with: - fail: true \ No newline at end of file + fail: true + args: --accept 100..=103,200..=299,403 \ No newline at end of file