mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Update lychee.yml
This commit is contained in:
parent
6a0a2c9306
commit
992bf25336
17
.github/workflows/lychee.yml
vendored
17
.github/workflows/lychee.yml
vendored
@ -11,6 +11,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: lycheeverse/lychee-action@v1.0.8
|
#- uses: lycheeverse/lychee-action@v1.0.8
|
||||||
|
# with:
|
||||||
|
#args: '--verbose --no-progress *.md'
|
||||||
|
|
||||||
|
- name: Link Checker
|
||||||
|
uses: lycheeverse/lychee-action@master
|
||||||
|
#env:
|
||||||
|
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
|
- name: Create Issue From File
|
||||||
|
uses: peter-evans/create-issue-from-file@v2
|
||||||
with:
|
with:
|
||||||
args: '--verbose --no-progress *.md'
|
title: Link Checker Report
|
||||||
|
content-filepath: ./lychee/out.md
|
||||||
|
labels: report, automated issue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user