## Description GitHub Actions workflow with parallel jobs for Go and frontend CI. ## Deliverables - `.github/workflows/ci.yml` - Jobs: Go Lint + Build + Test, Frontend Lint + TypeCheck + Build, Docker Build ## Acceptance Criteria - [x] CI runs on push to main and on PRs - [x] Go job: `go build`, `go test`, golangci-lint - [x] Frontend job: `tsc --noEmit`, `eslint`, `npm run build` - [x] Docker job: `docker build` succeeds ## Wave Wave 4 (independent).
Description
GitHub Actions workflow with parallel jobs for Go and frontend CI.
Deliverables
.github/workflows/ci.ymlAcceptance Criteria
go build,go test, golangci-linttsc --noEmit,eslint,npm run builddocker buildsucceedsWave
Wave 4 (independent).