lycheeverse / lychee-action

Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.
https://lychee.cli.rs
Apache License 2.0
292 stars 39 forks source link

Exit in case output is set in args and action input #227

Closed mre closed 2 months ago

mre commented 2 months ago

I decided to make this a hard error, because it keeps the entrypoint simple.

Fixes #201