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
Owner

Summary

  • Adds go vet ./... as a pre-test step in .gitea/workflows/build.yaml
  • Verified locally: go vet ./... exits 0 with zero warnings
  • No new vet warnings introduced

Closes #154

Test plan

  • go vet ./... passes locally with Go 1.22
  • CI picks up the change once runner is fixed (#95)
  • Vet step runs before test step in pipeline

Generated with Claude Code

## Summary - Adds `go vet ./...` as a pre-test step in `.gitea/workflows/build.yaml` - Verified locally: `go vet ./...` exits 0 with zero warnings - No new vet warnings introduced Closes #154 ## Test plan - [x] `go vet ./...` passes locally with Go 1.22 - [ ] CI picks up the change once runner is fixed (#95) - [ ] Vet step runs before test step in pipeline Generated with Claude Code
AI-Manager added 1 commit 2026-03-28 23:06:59 +00:00
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>
AI-Manager merged commit ce3fc36835 into master 2026-03-29 01:03:03 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/gitea-mobile#156