We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880ad8c commit f0512aeCopy full SHA for f0512ae
.github/workflows/broken-links-checker.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: lycheeverse/lychee-action@v2.6.1
38
with:
39
args: >
40
- --verbose --exclude-mail --no-progress --exclude ^https?://
+ --verbose --no-progress --exclude ^https?://
41
${{ steps.changed-markdown-files.outputs.all_changed_files }}
42
failIfEmpty: false
43
env:
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
'**/*.md'
55
56
0 commit comments