Commit Graph

4 Commits

Author SHA1 Message Date
Sean Broderick
57e3cbee27 fix lychee syntax per project docs
Simplify args quoting per lychee docs --
https://github.com/marketplace/actions/lychee-broken-link-checker
2022-05-09 23:14:36 -04:00
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
bolshoytoster
5f6ceaf4f1
Fixes some broken links and increases max retries for lychee (#659)
This will hopefully reduce the false reports due to some unreliable hosters.

* Fixes broken links in memory_management/README.md
* Fixes broken link in audio_comp_sci/README.md
* Fixes broken link in security/README.md
* Fixes broken links in garbage_collection/README.md
* Increase max retries for lychee
2022-04-09 12:05:02 -04:00
Robbi Nespu
20b552c908
Auto check missing / forbidden external papers and raise issue (#624)
* Create lychee.yml
* Link checker with auto create issue
* 📅 run once a month

Request from https://github.com/papers-we-love/papers-we-love/pull/624#issuecomment-939320960
2021-10-11 07:15:05 -04:00