Skip to content

Commit a25ad23

Browse files
committed
Split lychee args to multi-lines
1 parent 4982b1e commit a25ad23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
25-
args: --verbose --no-progress --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
25+
args: >
26+
"*.md" "**/*.md"
27+
--verbose --no-progress
28+
--accept 200..299,300..399,403,429
29+
--exclude "ghostbrowser\.com" --exclude api\.star-history\.com
2630
env:
2731
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)