activate verbose mode in doc check workflow

This commit is contained in:
mahula 2023-11-09 13:52:08 +01:00
parent 6a96406b92
commit 52c8d5cf9c

View File

@ -32,7 +32,7 @@ jobs:
uses: gaurav-nelson/github-action-markdown-link-check@master uses: gaurav-nelson/github-action-markdown-link-check@master
with: with:
use-quiet-mode: 'yes' 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 # at any .md file change take the chance to check the links in all .md files
check-modified-files-only: 'no' check-modified-files-only: 'no'
config-file: '.github/workflows/mlc_config.json' config-file: '.github/workflows/mlc_config.json'