Skip to content

Commit e7401dc

Browse files
Added changes to skip code within comments Broken-links-checker-final.yml
1 parent a3a1845 commit e7401dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Broken-links-checker-final.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
args: >
3535
--verbose --exclude-mail --no-progress --exclude ^https?://
36+
--include-comments false
3637
${{ steps.changed-files.outputs.md_files }}
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -43,6 +44,7 @@ jobs:
4344
with:
4445
args: >
4546
--verbose --exclude-mail --no-progress --exclude ^https?://
47+
--include-comments false
4648
'**/*.md'
4749
output: lychee/out.md
4850
env:

0 commit comments

Comments
 (0)