Skip to content

ci: add go workflow - #12

Merged
dapi merged 1 commit into
mainfrom
chore/bootstrap-ci
Jul 7, 2026
Merged

ci: add go workflow#12
dapi merged 1 commit into
mainfrom
chore/bootstrap-ci

Conversation

@dapi

@dapi dapi commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add GitHub Actions CI for Go.
  • Run gofmt check, go test ./..., and go build ./cmd/zelma.
  • Enable the workflow on pull requests, pushes to main, and manual dispatch.

Why

PROMPT-005 requires green GitHub checks before shipping and merging issue PRs. The repository had no CI workflow, so issue shipping would stop on an absent-checks blocker.

Local validation

  • mise exec -- gofmt -l $(git ls-files '*.go')
  • mise exec -- go test ./...
  • mise exec -- go build ./cmd/zelma
  • git diff --check

@dapi
dapi merged commit 1eb4e4f into main Jul 7, 2026
1 check passed
@dapi
dapi deleted the chore/bootstrap-ci branch July 7, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant