Skip to content

Commit 38025cc

Browse files
committed
fix the link regex
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
1 parent e5f7e58 commit 38025cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/config/markdown-link-check.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
{ "pattern": "^http[s]*://localhost.*" }
66
,{ "pattern": "^https://.*\\.sigstore\\.dev.*" }
77
,{ "pattern": "^{{.*}}$" }
8-
,{ "pattern": "^https://github.com/**/compare/**" }
8+
,{ "pattern": "^https://github.com/.*/compare/.*" }
99
]
1010
}

0 commit comments

Comments
 (0)