Skip to content

Commit 9be3731

Browse files
authored
Merge pull request #205 from NixOS/only-local-link-verification
xrefcheck: Only check local links
2 parents fb1b302 + 01e1981 commit 9be3731

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)