From cf4bfe75bd57075e96cc9ff2c70c1981bf6cfa76 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Thu, 22 Aug 2024 09:37:27 +0200 Subject: [PATCH] Link-check CI: only list errors The `Check Markdown links` CI job currently lists all checked links, even successful checks. Only listing errors makes it easier to find mistakes. --- .github/workflows/check-md-link.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-md-link.yml b/.github/workflows/check-md-link.yml index ee2f508473..31038b87b2 100644 --- a/.github/workflows/check-md-link.yml +++ b/.github/workflows/check-md-link.yml @@ -44,3 +44,4 @@ jobs: with: config-file: '.github/workflows/check-md-link-config.json' folder-path: '., docs, regtests, regtests/client/python/docs, regtests/client/python' + use-quiet-mode: true