fix(ci): extend image link-check ignore pattern to cover subdirectories

The existing pattern ^/images/[^/]+\.png$ only matched single-level
image paths. Blog post images live under /images/blog/ — broaden the
pattern to ^/images/ to cover all static image paths regardless of depth.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tobias Gesellchen
2026-05-25 00:17:48 +02:00
co-authored by Claude Sonnet 4.6
parent 0b69153df6
commit 5fe69e780d
+1 -1
View File
@@ -27,7 +27,7 @@
"pattern": "^https://pkg.go.dev.*badge"
},
{
"pattern": "^/images/[^/]+\\.png$"
"pattern": "^/images/"
},
{
"pattern": "https://www.contributor-covenant.org/version/2/0/code_of_conduct.html"