2
0
Fork 0
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:
Thomas Versteeg 2023-10-05 12:29:57 +00:00 committed by GitHub
parent 88a3485c42
commit 895c95a287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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