Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
fail: true
jobSummary: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
fail: true
jobSummary: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ https://ulir.ul.ie/bitstream/handle/10344/4443/Stol_2014_inner.pdf
.*@andrew.clegg.*
https://m.dotdev.co/how-to-write-a-readme-that-rocks-bc29f279611a
https://www.chathamhouse.org/about-us/chatham-house-rule

https://www.linkedin.com/in
# from source-code-inventory.md / no longer reachable but we want to keep the link in the pattern in case we find it again.
https://github.com/trieshard/source-strategy-assessment/blob/master/framework.md
Loading