Non-verbose output
koppor opened this issue · 1 comments
koppor commented
I have
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
config-file: 'mlc_config.json'
folder-path: 'docs/'
file-path: './README.md'
I get (excerpt)
FILE: docs/decisions/0023-localized-preferences.md
0 links checked.
FILE: docs/decisions/adr-template.md
[✖] 0005-example.md
1 links checked.
ERROR: 1 dead links found!
[✖] 0005-example.md → Status: 400
FILE: docs/decisions/0000-use-markdown-any-decision-records.md
4 links checked.
FILE: docs/decisions/0017-allow-model-access-logic.md
1 links checked.
This is verbose, isn't it? How to just show the failed links?
gaurav-nelson commented
Thank you @koppor I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.