peter-evans / link-checker

A GitHub action for link checking repository Markdown and HTML files
MIT License
49 stars 11 forks source link

Annotations? #23

Open melissamcewen opened 4 years ago

melissamcewen commented 4 years ago

Would it be possible for this to annotate PRs when broken links are found? Thanks!

peter-evans commented 4 years ago

Hi @melissamcewen

Unfortunately, that would pretty much require a complete redesign/rewrite. This action is just a very simple wrapper around the tool Liche.

A possible alternative solution would be to add a comment to the PR containing the report output by this action. create-or-update-comment action would help you if you wanted to try that approach.