Skip to content

Commit 39a47b8

Browse files
authored
Update linkchecker.yml to include mail links
1 parent 1a5c67f commit 39a47b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Link Checker
1515
uses: lycheeverse/lychee-action@master
1616
with:
17-
args: --verbose --no-progress --accept 200,204,206,406,429,999 --exclude-mail ./sections/*.md
17+
args: --verbose --no-progress --accept 200,204,206,406,429,999 --include-mail ./sections/*.md
1818
- name: Create Issue From File
1919
uses: peter-evans/create-issue-from-file@v5
2020
with:

0 commit comments

Comments
 (0)