Matthias Endler
Matthias Endler
Not that I know of. https://github.com/lycheeverse/lychee-action/issues/17 is at least related. If we introduce an argument for only checking changes, we might as well be able to add one for new...
Once we got that functionality you could have two runs: one for new links with `fail: true` and one for existing ones with `fail: false `.
Yes, this is a regression from refactoring and will be fixed with the next lychee release (0.10.1). See https://github.com/lycheeverse/lychee/issues/672.
Should be fixed in `master` now.
A fix was released in v1.5.1. @buddhist-uni can you report back if that resolved the problem so that I can close this issue? 🙏
You are right. We should add back that information.
@buddhist-uni @tooomm, I created https://github.com/lycheeverse/lychee/pull/729 if you want to check the output and tell me if it looks good to you.
I expect this to be resolved with the latest updates. Feel free to reopen if this is not the case.
Hey that's a great idea!
Don't know. We could introduce another format (`--format github`), but on second thought I'm not sure if it's a good idea because the cli should be agnostic to how the...