ci: add weekly data freshness check workflow

This commit is contained in:
Mortalus
2026-02-22 20:43:10 +01:00
parent 6c9c600f64
commit 8145605d0f
3 changed files with 294 additions and 1 deletions

View File

@@ -52,7 +52,8 @@
"validate": "npm run lint && npm test && npm run test:contract",
"lint": "tsc --noEmit",
"prepublishOnly": "npm run build",
"postinstall": "test -d dist || npm run build || true"
"postinstall": "test -d dist || npm run build || true",
"check-updates": "node --import tsx scripts/check-updates.ts"
},
"dependencies": {
"@ansvar/mcp-sqlite": "^1.0.3",