[Phase 0] Add Gitea Actions CI workflow to validate kustomize build flux/ on every PR
#69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The agent manually runs
kustomize build flux/each cycle to confirm no Flux manifest regressions. There is no automated CI gate — a bad PR could merge and silently break GitOps reconciliation.What to do
Add
.gitea/workflows/validate-flux.yamlthat runs on every pull_request push tomain:Acceptance criteria
.gitea/workflows/validate-flux.yamlcommitted to repokustomize build flux/exits non-zerokustomize build flux/is known-green today)Dependencies
(Reference: ROADMAP.md §Phase 0)
✅ Implemented — PR #71 merged. Added
.gitea/workflows/validate-flux.yamlwhich runskustomize build flux/on every PR and push tomain. All existing manifests pass. CI gate will enforce automatically once the Gitea Act Runner (#3) is online.