Skip to content

Commit 38b9892

Browse files
author
Adam Lui
committed
Improved comment
1 parent a25ad23 commit 38b9892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Check links
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
24-
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
24+
# Check all MD files, ignore ok/redir/blocked/rate-limited, exclude commonly down domains
2525
args: >
2626
"*.md" "**/*.md"
2727
--verbose --no-progress
2828
--accept 200..299,300..399,403,429
29-
--exclude "ghostbrowser\.com" --exclude api\.star-history\.com
29+
--exclude api\.star-history\.com --exclude ghostbrowser\.com
3030
env:
3131
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)