Update Link Checker

This commit is contained in:
Marco Ochse 2025-09-01 12:40:55 +02:00 committed by GitHub
parent f2d7c2de1a
commit 67a8c9d80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2.0.2
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v2.0.2
continue-on-error: true
with: with:
args: --verbose README.md args: >
--verbose
--retry-wait-time 10
--max-retries 3
README.md