ci(models): check Command Code metadata daily

This commit is contained in:
Patrick Wozniak
2026-08-25 14:14:44 +02:00
parent 003d571b5e
commit f23863d326
7 changed files with 450 additions and 5 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
"strict": true,
"types": ["node"]
},
"include": ["src/**/*.ts", "tests/**/*.ts"]
"include": [".github/scripts/**/*.ts", "src/**/*.ts", "tests/**/*.ts"]
}