Skip to content

Commit 01e1981

Browse files
committed
xrefcheck: Only check local links
We get frequent failures due to server problems when checking external links
1 parent fb1b302 commit 01e1981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: serokell/xrefcheck-action@v1
2121
with:
22-
xrefcheck-args: "--root untrusted-pr"
22+
xrefcheck-args: "--root untrusted-pr --mode local-only"
2323

2424
codeowners:
2525
name: Validate codeowners

0 commit comments

Comments
 (0)