From 0185184197d9b91522607073037792ac8130a7b8 Mon Sep 17 00:00:00 2001 From: "Jie.F" Date: Thu, 29 Aug 2024 11:02:49 +0800 Subject: [PATCH] list failed links only --- .github/workflows/check-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index e821a109f..433f372b0 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -25,4 +25,4 @@ jobs: - name: Check links in Markdown files run: | - find . -name "*.md" -print0 | xargs -0 markdown-link-check + find . -name "*.md" -print0 | xargs -0 markdown-link-check --quiet