test(templates): add template coverage

This commit is contained in:
csh
2026-01-21 10:51:48 +08:00
parent fc230b7ff9
commit b2eb475a6d
6 changed files with 288 additions and 2 deletions
+1
View File
@@ -127,6 +127,7 @@ echo "🔍 扫描 Markdown 文件..."
cd "$PLAYBOOK_ROOT"
MD_FILES=$(find . -name "*.md" \
-not -name "*.template.md" \
-not -path "*/node_modules/*" \
-not -path "*/.git/*" \
-not -path "*/build/*" \