Files
papers-we-love_papers-we-love/.github/workflows/lychee.yml
dagecko e9308d65bf fix: pin 2 unpinned action(s) (#848)
Changes:
 .github/workflows/lychee.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2026-03-26 05:30:16 -04:00

28 lines
677 B
YAML

name: lychee
on:
push:
pull_request:
schedule:
- cron: '0 0 1 * *'
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Link Checker
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # master
#env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --verbose --max-retries 4 --no-progress '**/*.md'
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue