diff --git a/.github/workflows/lychee.toml b/.github/workflows/lychee.toml index b38a136..8221d35 100644 --- a/.github/workflows/lychee.toml +++ b/.github/workflows/lychee.toml @@ -25,8 +25,5 @@ insecure = true # Safeguard so avoid GH Action accessing runner local endpoints exclude_all_private = true -# Ignore email links -exclude_mail = true - # Exclude URLs contained in a file from checking exclude_file = [ ".github/workflows/.lycheeignore" ] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f113d0b..c4a9136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,8 @@ jobs: - uses: actions/checkout@v4 - name: Validate links - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --config .github/workflows/lychee.toml -- README.md - # Fail action on broken links - fail: true # Write link validation summary to GH Job summary jobSummary: true