From f9dc001236b8df1177f72adf2b2c25aa46e1924d Mon Sep 17 00:00:00 2001 From: Chao Date: Tue, 14 Jan 2025 01:11:19 +0800 Subject: [PATCH] [chore] Fix check-links action to allow empty links --- .github/workflows/check-links.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 23f608c689a..1921b2d9913 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -54,3 +54,4 @@ jobs: uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 with: args: "--verbose --no-progress ${{needs.changedfiles.outputs.files}} --config .github/lychee.toml" + failIfEmpty: false