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.
--exclude browser\.qq\.com
1 parent 3ca205e commit c8d7898Copy full SHA for c8d7898
1 file changed
.github/workflows/validate-links-on-push-pr.yml
@@ -36,7 +36,7 @@ jobs:
36
--include-fragments --index-files README.md --exclude "#readme"
37
--accept 200..299,300..399,403,429
38
--cache --max-cache-age 3d
39
- --exclude api\.star-history\.com --exclude ghostbrowser\.com --exclude openuserjs\.org
+ --exclude api\.star-history\.com --exclude browser\.qq\.com --exclude ghostbrowser\.com --exclude openuserjs\.org
40
env:
41
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
42
0 commit comments