Add safe ordinary Gitea CI

This commit is contained in:
2026-07-29 11:57:00 -07:00
parent 634092feca
commit be0f8ec561
3 changed files with 159 additions and 0 deletions

13
.gitea/onboarding.json Normal file
View File

@@ -0,0 +1,13 @@
{
"cache": {
"mode": "none"
},
"deployment": null,
"image_build": null,
"ordinary_ci": {
"command": "scripts/ci",
"timeout_minutes": 15
},
"repository": "ajaynomics/context-kit",
"version": 1
}