mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
17 lines
272 B
YAML
17 lines
272 B
YAML
name: lychee
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
schedule:
|
|
- cron: '0 */6 * * *'
|
|
|
|
jobs:
|
|
links:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2.3.4
|
|
- uses: lycheeverse/lychee-action@v1.0.8
|
|
with:
|
|
args: '--verbose --no-progress *.md'
|