mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
activate verbose mode in doc check workflow
This commit is contained in:
parent
6a96406b92
commit
52c8d5cf9c
2
.github/workflows/check-documentation.yml
vendored
2
.github/workflows/check-documentation.yml
vendored
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user