add ci workflow #1
ci.yml
on: push
Backend — Build & Test (Go)
38s
Frontend — Build & Test (Next.js)
0s
Annotations
10 errors and 1 warning
|
Backend — Build & Test (Go):
backend/internal/monitoring/comprehensive_handler.go#L152
h.healthChecker.repo undefined (type *HealthChecker has no field or method repo) (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/comprehensive_handler.go#L105
h.healthChecker.repo undefined (type *HealthChecker has no field or method repo) (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/comprehensive_handler.go#L57
h.healthChecker.repo undefined (type *HealthChecker has no field or method repo) (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/mcp_monitor.go#L12
could not import github.com/radhi1991/aran-mcp-sentinel/internal/mcp (-: import cycle not allowed: import stack: [github.com/radhi1991/aran-mcp-sentinel/cmd/server github.com/radhi1991/aran-mcp-sentinel/internal/discovery github.com/radhi1991/aran-mcp-sentinel/internal/mcp github.com/radhi1991/aran-mcp-sentinel/internal/monitoring github.com/radhi1991/aran-mcp-sentinel/internal/mcp]) (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health.go#L39
other declaration of NewHealthChecker (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health_checker.go#L35
NewHealthChecker redeclared in this block (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health.go#L15
other declaration of HealthStatus (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health_checker.go#L22
HealthStatus redeclared in this block (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health.go#L32
other declaration of HealthChecker (typecheck)
|
|
Backend — Build & Test (Go):
backend/internal/monitoring/health_checker.go#L15
HealthChecker redeclared in this block (typecheck)
|
|
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
|