mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2026-09-23 12:24:29 +00:00
The workflow does not quote `**/*.md`, so bash will handle the globbing, which does not support the recursive pattern `**`. After quoting, bash will pass `**/*.md` to lychee, which will find all markdown files in the repository.