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

Document the current directory for the cache argument example #193

Closed theredfish closed 1 year ago

theredfish commented 1 year ago

When we provide our own args the command seems to be overriden and the job fails due to the inputs argument missing.

I don't know if it's the intended behaviour. I updated the doc so the example works.

An example of a failing job can be found here: https://github.com/theredfish/blog/actions/runs/4991322332/jobs/8937654510

mre commented 1 year ago

Thanks a lot! We should automatically check the README.md examples at some point, but that's a good start.