Proposal: Expose option to print broken links only
ijdoc opened this issue · 3 comments
ijdoc commented
Is your feature request related to a problem? Please describe
I'm always frustrated when I have to find errors in a log with hundreds of non-broken entries
Describe the solution you'd like
a with
option like broken-only
that omits all live links from the log and only prints:
- The broken links
- A summary line e.g., "Checked X links in Y files. Found Z broken links (see errors above)"
Describe alternatives you've considered
- Configuration file does not seem to support this as an option
- Will likely fork the action and grep errors at the bash level.
Additional context
Add any other context or screenshots about the feature request here.
ruzickap commented
Hello.
I believe the feature is there...
Did you tried the quiet: true
parameter?
Something like:
- name: Markdown links check - check only 'docs' directory
uses: ruzickap/action-my-markdown-link-checker@v1
with:
search_paths: |
docs/
quiet: true
github-actions commented
This issue has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
github-actions commented
This issue has not seen any activity since it was marked stale.
Closing.