We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--max-concurrency 5
1 parent d4a195a commit d26abcbCopy full SHA for d26abcb
.github/workflows/link-checker.yml
@@ -22,6 +22,6 @@ jobs:
22
uses: lycheeverse/lychee-action@v2.8.0
23
with:
24
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
25
- args: --verbose --no-progress --max-retries 3 --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" "api\.star-history\.com"
+ args: --verbose --no-progress --max-retries 3 --max-concurrency 5 --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" "api\.star-history\.com"
26
env:
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments