Skip to content

Commit 5b9a639

Browse files
authored
Added --exclude openuserjs\.org to lychee args
1 parent a008d20 commit 5b9a639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--include-fragments --index-files README.md --exclude "#readme"
3737
--accept 200..299,300..399,403,429
3838
--cache --max-cache-age 3d
39-
--exclude api\.star-history\.com --exclude ghostbrowser\.com
39+
--exclude api\.star-history\.com --exclude ghostbrowser\.com --exclude openuserjs\.org
4040
env:
4141
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4242

0 commit comments

Comments
 (0)