Add CI workflow for backend and frontend builds #1
ci.yaml
on: push
Backend — Build & Test (Go)
52s
Frontend — Build & Test (Next.js)
0s
Annotations
10 errors and 1 warning
|
Backend — Build & Test (Go):
backend/cmd/auth-demo/main.go#L16
Error return value of `logger.Sync` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/mcp/tool_manager.go#L873
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/mcp/tool_manager.go#L872
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/mcp_monitor.go#L231
Error return value of `m.storeHealthCheckResult` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/middleware/production.go#L128
Error return value of `c.ShouldBindJSON` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/config/loader.go#L61
Error return value of `v.BindEnv` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/config/loader.go#L60
Error return value of `v.BindEnv` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/config/loader.go#L59
Error return value of `v.BindEnv` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/database/connection.go#L98
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
Backend — Build & Test (Go):
backend/internal/database/connection.go#L95
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
Backend — Build & Test (Go)
Restore cache failed: Dependencies file is not found in /home/runner/work/aran-mcp/aran-mcp. Supported file pattern: go.sum
|