Update lychee, remove email check

This commit is contained in:
Sam W 2024-02-14 11:31:50 +00:00 committed by GitHub
parent d6f32b3c22
commit 30d498c3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Link Checker - name: Link Checker
uses: lycheeverse/lychee-action@v1.5.0 uses: lycheeverse/lychee-action@v1.9.3
with: with:
args: --exclude-mail
fail: true fail: true
html-validate: html-validate:
runs-on: ubuntu-latest runs-on: ubuntu-latest