From 52c8d5cf9c4420520e7a6252ffeb72f562b5533b Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 9 Nov 2023 13:52:08 +0100 Subject: [PATCH] activate verbose mode in doc check workflow --- .github/workflows/check-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index d374f41e8..4ba745161 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -32,7 +32,7 @@ jobs: uses: gaurav-nelson/github-action-markdown-link-check@master with: use-quiet-mode: 'yes' - use-verbose-mode: 'no' + use-verbose-mode: 'yes' # at any .md file change take the chance to check the links in all .md files check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json'