mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2025-02-19 12:58:24 +00:00
Update link checker
This commit is contained in:
parent
88a3485c42
commit
895c95a287
1 changed files with 3 additions and 1 deletions
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
|
@ -15,11 +15,13 @@ jobs:
|
|||
- name: Link checker
|
||||
id: lychee
|
||||
uses: lycheeverse/lychee-action@v1.8.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
- name: Create issue from file
|
||||
if: env.lychee_exit_code != 0
|
||||
uses: peter-evans/create-issue-from-file@v4
|
||||
with:
|
||||
title: "Remove `..`"
|
||||
title: "Link check report"
|
||||
content-filepath: ./lychee/out.md
|
||||
labels: report, automated issue
|
||||
|
|
Loading…
Add table
Reference in a new issue