Skip to content

Commit 3d75ce2

Browse files
committed
updated args
1 parent 76694aa commit 3d75ce2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
- name: Run Lychee link checker
1515
uses: lycheeverse/lychee-action@v2
1616
with:
17-
args: |
18-
--no-progress
19-
--include-fragments
17+
args: "--no-progress --include-fragments 16/**/*.md"
2018

2119
# Step 3: Provide a helpful message if the check fails
2220
- name: Helpful failure message

0 commit comments

Comments
 (0)