From 6b5dfb0bbdff1699d127cc2507d417c944b17a76 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 9 Jan 2024 13:51:55 +0100 Subject: [PATCH] enableverbose markdown link checking for testing --- .github/workflows/check-documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 5d00d6de8..d284dc722 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -33,8 +33,8 @@ jobs: - name: Check Markdown Links uses: gaurav-nelson/github-action-markdown-link-check@master with: - use-quiet-mode: 'yes' - use-verbose-mode: 'no' + use-quiet-mode: 'no' + use-verbose-mode: 'yes' check-modified-files-only: 'no' config-file: '.github/workflows/mlc_config.json' base-branch: 'master'