Skip to content

Merge branch 'main' into fix/step-state

44d11dd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix: record proper step state on build timeout #666

Merge branch 'main' into fix/step-state
44d11dd
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Jan 7, 2026 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

api/pipeline.go|3 col 9| var-naming: avoid meaningless package names (revive)
internal/context/context_test.go|3 col 9| var-naming: avoid package names that conflict with Go standard library package names (revive)

Filtered Findings (0)

Annotations

Check failure on line 3 in api/pipeline.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] api/pipeline.go#L3

var-naming: avoid meaningless package names (revive)
Raw output
api/pipeline.go:3:9: var-naming: avoid meaningless package names (revive)
package api
        ^

Check failure on line 3 in internal/context/context_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/context/context_test.go#L3

var-naming: avoid package names that conflict with Go standard library package names (revive)
Raw output
internal/context/context_test.go:3:9: var-naming: avoid package names that conflict with Go standard library package names (revive)
package context
        ^
2 issues:
* revive: 2