peter-evans / link-checker

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

Propagate liche exit code #17

Closed gecko655 closed 4 years ago

gecko655 commented 4 years ago

The current link-checker action returns 0 regardless of errors found since it returns the return code of cat. To mark failure on the pull request page, the action should output "whether errors are found or not".

gecko655 commented 4 years ago

Thank you for reviewing! I've applied your suggestion.