Skip to content

chore(deps): update actions/checkout action to v6

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

chore(deps): update actions/checkout action to v6 #668

chore(deps): update actions/checkout action to v6
d26885a
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Jan 22, 2026 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

api/repo.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/repo.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] api/repo.go#L3

var-naming: avoid meaningless package names (revive)
Raw output
api/repo.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