Skip to content

Commit

Permalink
feat: create issue from check
Browse files Browse the repository at this point in the history
  • Loading branch information
phenix3443 committed Mar 20, 2024
1 parent 15eb043 commit 31949c2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links in markdown files
uses: lycheeverse/lychee-action@master
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.0

- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
args: --verbose --no-progress *.md
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue

0 comments on commit 31949c2

Please sign in to comment.