Skip to content

Commit 2dde87d

Browse files
committed
Stripped trailing newline from lychee args
1 parent b19358c commit 2dde87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
# Check all MD files, ignore ok/redir/blocked/rate-limited, exclude commonly down domains
25-
args: >
25+
args: >-
2626
"*.md" "**/*.md"
2727
--verbose --no-progress
2828
--accept 200..299,300..399,403,429

0 commit comments

Comments
 (0)