mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2025-06-13 12:54:28 +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. |
||
---|---|---|
.. | ||
lychee.yml |