Skip to content

Commit 5297948

Browse files
committed
ci: exclude unpublished store URLs from link checker
The Marketplace and Open VSX extension pages return 404 until the first publish. Exclude them from lychee to unblock CI on the prep PR. Remove the exclusions after the first successful publish. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent ebfdf6e commit 5297948

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lychee.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ timeout = 30
1010
# Max concurrent requests
1111
max_concurrency = 4
1212

13-
13+
# Exclude store URLs that return 404 until first publish
14+
exclude = [
15+
"https://marketplace.visualstudio.com/items\\?itemName=patchloom\\.patchloom",
16+
"https://open-vsx.org/extension/patchloom/patchloom",
17+
]

0 commit comments

Comments
 (0)