ci: add gitea quality workflow
All checks were successful
CI / Lint, typecheck and build (push) Successful in 11m26s

This commit is contained in:
zv
2026-06-13 20:05:53 +02:00
parent 72de545282
commit 66ead03f49
6 changed files with 55 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"notifications:worker": "node scripts/notification-worker.mjs"
},
"dependencies": {