Skip to content

Commit

Permalink
Merge pull request #157 from dastergon/update-link-checker
Browse files Browse the repository at this point in the history
Update link checker
  • Loading branch information
dastergon committed Oct 8, 2022
2 parents 83d8b54 + adc1cbf commit e91ef69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Check Links
id: lychee
uses: lycheeverse/lychee-action@v1.0.6
uses: lycheeverse/lychee-action@v1.5.1
with:
args: --verbose --max-concurrency 32 --timeout 120 --no-progress *.md

- name: Create Issue From File
if: ${{ steps.lychee.outputs.exit_code != 0 }}
uses: peter-evans/create-issue-from-file@v2
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down

0 comments on commit e91ef69

Please sign in to comment.