papers-we-love_papers-we-love/.github/workflows
ian ea96efcdb6
let lychee handle advanced globbing (#662)
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.
2022-05-09 23:13:18 -04:00
..
lychee.yml let lychee handle advanced globbing (#662) 2022-05-09 23:13:18 -04:00