Commit da7b005
Fix lychee link checker exclude-path regex patterns
Convert glob patterns to valid regex patterns:
- Change '**/meta.json' to '.*/meta\.json$'
- Change '**/meta.cn.json' to '.*/meta\.cn\.json$'
This fixes the GitHub Actions "Check Links" workflow failure caused by
invalid regex syntax. The ** glob pattern was being interpreted as a
regex repetition operator without an expression.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 01c11a8 commit da7b005
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments