Skip to content

Commit 8e14711

Browse files
authored
Update lychee config (#760)
* Remove unused lychee arg * Don't do link checks for LinkedIn Profiles / threw to many '999 Unknown' Status
1 parent 91c3320 commit 8e14711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/link-checker-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Link Checker
4040
uses: lycheeverse/lychee-action@v2
4141
with:
42-
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
42+
args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
4343
fail: true
4444
jobSummary: true
4545
env:

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Link Checker
2828
uses: lycheeverse/lychee-action@v2
2929
with:
30-
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
30+
args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
3131
fail: true
3232
jobSummary: true
3333
env:

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ https://ulir.ul.ie/bitstream/handle/10344/4443/Stol_2014_inner.pdf
1010
.*@andrew.clegg.*
1111
https://m.dotdev.co/how-to-write-a-readme-that-rocks-bc29f279611a
1212
https://www.chathamhouse.org/about-us/chatham-house-rule
13-
13+
https://www.linkedin.com/in
1414
# from source-code-inventory.md / no longer reachable but we want to keep the link in the pattern in case we find it again.
1515
https://github.com/trieshard/source-strategy-assessment/blob/master/framework.md

0 commit comments

Comments
 (0)