Skip to content

Commit 10eff3b

Browse files
authored
Fix mailto syntax (#481)
* Fix mailto syntax * Stop checking emails with link checker
1 parent c710f8a commit 10eff3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

.github/workflows/link-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Link Checker
2727
uses: lycheeverse/lychee-action@v1.5.2
2828
with:
29-
args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
29+
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
3030
fail: true
3131
jobSummary: true
3232
env:

patterns/1-initial/source-code-inventory.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Source Code Strategy Assessment Framework helps teams to understand the valu
105105
## Author(s)
106106

107107
* [David Terol](https://github.com/dterol23)
108-
* [Simao Williams](mailto://me@simaos.net)
108+
* [Simao Williams](mailto:me@simaos.net)
109109

110110
## Acknowledgements
111111

0 commit comments

Comments
 (0)