mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-09 04:08:11 +00:00
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:
co-authored by
Claude Sonnet 4.6
parent
0b69153df6
commit
5fe69e780d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user