Skip to content

Refactor project structure and implement timeout/failure handling #1

Refactor project structure and implement timeout/failure handling

Refactor project structure and implement timeout/failure handling #1

Triggered via pull request January 3, 2026 10:58
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: pkg/worker/worker.go#L101
SA9003: empty branch (staticcheck)
lint: pkg/driver/database/database_test.go#L86
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
lint: pkg/driver/database/database_test.go#L90
SA5011: possible nil pointer dereference (staticcheck)
lint: pkg/driver/database/database.go#L65
Error return value of `tx.Rollback` is not checked (errcheck)
lint: pkg/worker/worker_test.go#L115
Error return value of `json.Unmarshal` is not checked (errcheck)