You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lychee discovers files through command-line arguments (inputs) like these glob patterns, but also through links to other documents. That might explain why doc/docker.md and ./doc/docker.md get discovered.
We don't do any deduplication when listing the per-file summary and it's also pretty challenging due to many edge-cases, but perhaps we should give it a shot.
Taken from this job: https://github.com/box-project/box/actions/runs/13615816913/job/38058706641
And an excerpt in case the job output is removed later:
You can see the 404 appears twice. The underlying code was something like this:
In other words I am using a reference-style link in my document and it looks like it is either checked or reported for every usage, rather than once.
The text was updated successfully, but these errors were encountered: