Skip to content

fix: Remove 'develop' branch from Docker workflow triggers and clean … #2

fix: Remove 'develop' branch from Docker workflow triggers and clean …

fix: Remove 'develop' branch from Docker workflow triggers and clean … #2

Triggered via push December 4, 2025 22:51
Status Failure
Total duration 59s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint
issues found
Lint: internal/executor/mode.go#L33
S1009: should omit nil check; len() for nil slices is defined as zero (staticcheck)
Lint: internal/executor/agent.go#L20
S1009: should omit nil check; len() for nil slices is defined as zero (staticcheck)
Lint: internal/config/config.go#L59
ST1005: error strings should not be capitalized (staticcheck)
Lint: internal/worker/health.go#L89
Error return value of `w.Write` is not checked (errcheck)
Lint: internal/worker/health.go#L86
Error return value of `w.Write` is not checked (errcheck)
Lint: internal/worker/health.go#L78
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
Lint: cmd/executor-worker/main.go#L40
Error return value of `logger.Sync` is not checked (errcheck)