mirror of
https://github.com/pluja/awesome-privacy.git
synced 2026-07-21 19:05:38 +02:00
ci: drop removed lychee --exclude-mail flag and pin lychee to v0.23.0
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Run lychee on README.md
|
- name: Run lychee on README.md
|
||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
|
lycheeVersion: v0.23.0
|
||||||
# Whole file, JSON output for the parser below.
|
# Whole file, JSON output for the parser below.
|
||||||
# fail:false keeps the job green so we can build the report either way.
|
# fail:false keeps the job green so we can build the report either way.
|
||||||
args: >-
|
args: >-
|
||||||
@@ -33,7 +34,6 @@ jobs:
|
|||||||
--max-retries 3
|
--max-retries 3
|
||||||
--retry-wait-time 2
|
--retry-wait-time 2
|
||||||
--timeout 20
|
--timeout 20
|
||||||
--exclude-mail
|
|
||||||
--accept 200..=299,403,429,999
|
--accept 200..=299,403,429,999
|
||||||
README.md
|
README.md
|
||||||
format: json
|
format: json
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ jobs:
|
|||||||
- name: Run lychee on README.md
|
- name: Run lychee on README.md
|
||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
|
lycheeVersion: v0.23.0
|
||||||
# Scope strictly to README.md.
|
# Scope strictly to README.md.
|
||||||
# --accept whitelists transient/bot-block codes so the PR only hard
|
# --accept whitelists transient/bot-block codes so the PR only hard
|
||||||
# fails on real dead links (404/410) and dead domains (DNS/connection
|
# fails on real dead links (404/410) and dead domains (DNS/connection
|
||||||
@@ -36,7 +37,6 @@ jobs:
|
|||||||
--max-retries 3
|
--max-retries 3
|
||||||
--retry-wait-time 2
|
--retry-wait-time 2
|
||||||
--timeout 20
|
--timeout 20
|
||||||
--exclude-mail
|
|
||||||
--accept 100..=103,200..=299,403,429,500,502,503,504,999
|
--accept 100..=103,200..=299,403,429,500,502,503,504,999
|
||||||
README.md
|
README.md
|
||||||
format: markdown
|
format: markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user