## Goal Automatically test, lint, build, and publish SecureCloud through GitHub Actions. ## Acceptance Criteria - [ ] `go vet` runs - [ ] `golangci-lint` runs - [ ] `go test ./...` runs - [ ] Docker builds run for all services - [ ] Required frontend checks run - [ ] Images publish to GHCR on `main` - [ ] CI badges added to README
Goal
Automatically test, lint, build, and publish SecureCloud through GitHub Actions.
Acceptance Criteria
go vetrunsgolangci-lintrunsgo test ./...runsmain