We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab5289 + 456e23e commit 542552cCopy full SHA for 542552c
1 file changed
.github/workflows/check-links.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Check links in Markdown files
26
uses: lycheeverse/lychee-action@v2
27
with:
28
- args: --verbose --no-progress --exclude-mail '**/*.md' 'docs/**/*.md'
+ args: --verbose --no-progress '**/*.md' 'docs/**/*.md'
29
fail: true
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments