chore: add go vet step to CI workflow #156

Merged
AI-Manager merged 1 commits from chore/add-go-vet-ci-154 into master 2026-03-29 01:03:03 +00:00

1 Commits

Author SHA1 Message Date
agent-company c267bc86a8 chore: add go vet step to CI workflow before tests
Add a `go vet ./...` step that runs before `go test -race ./...` in the
CI pipeline. This catches format string errors, unreachable code, and
other static analysis issues early.

Verified locally: `go vet ./...` exits 0 with no warnings.

Closes leeworks-agents/gitea-mobile#154

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 23:06:43 +00:00