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
323 stars 48 forks source link

bug: `Remove the downloaded archive and any unnecessary files after installation` #254

Closed meysam81 closed 3 weeks ago

meysam81 commented 4 weeks ago

This line right here:

https://github.com/lycheeverse/lychee-action/blob/731bf1a2affebd80fab6515ba61d2648a76929a4/action.yml#L102

... is removing the lychee.toml file and the end result is as you see below:

Cannot load configuration file `lychee.toml`: No such file or directory (os error 2)
Screenshot 2024-10-10 at 11 21 58
mre commented 3 weeks ago

This should be fixed in the latest version, as per https://github.com/lycheeverse/lychee-action/pull/255. Thanks for reporting.