gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
407 stars 76 forks source link

Non-verbose output #193

Open koppor opened 11 months ago

koppor commented 11 months ago

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 4 months ago

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.