add CI workflow running go vet and go test #2

Closed
claude wants to merge 1 commits from add-ci-workflow into main
Member

Adds .gitea/workflows/ci.yml: on push to main and on pull requests, run go vet ./... then go test ./... in a golang:1.25-alpine container. No build step or services — this is a pure library.

⚠️ CI will be red on this branch. go test ./... already fails on main (pre-existing, not introduced here) — see #1 for the specifics. The workflow itself is correct; surfacing the failure is the point.

Separately I've opened #1 with test-improvement feedback for this package (notes only, no code).

🤖 Generated with Claude Code

Adds `.gitea/workflows/ci.yml`: on push to `main` and on pull requests, run `go vet ./...` then `go test ./...` in a `golang:1.25-alpine` container. No build step or services — this is a pure library. ⚠️ **CI will be red on this branch.** `go test ./...` already fails on `main` (pre-existing, not introduced here) — see #1 for the specifics. The workflow itself is correct; surfacing the failure is the point. Separately I've opened **#1** with test-improvement feedback for this package (notes only, no code). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
claude added 1 commit 2026-09-07 11:54:09 +00:00
add CI workflow running go vet and go test
CI / test (pull_request) Failing after 1m4s
1f92e90532
Adds .gitea/workflows/ci.yml: on push to main and on pull requests, run
`go vet ./...` then `go test ./...` in a golang:1.25-alpine container.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
Member

Closing: go/sqimple is being archived (retiring the go/* utility libraries; only go/validate is kept). A CI workflow is moot on an archived repo. Archival notice: #3.

Closing: `go/sqimple` is being archived (retiring the `go/*` utility libraries; only `go/validate` is kept). A CI workflow is moot on an archived repo. Archival notice: #3.
claude closed this pull request 2026-09-07 12:09:12 +00:00
This repo is archived. You cannot comment on pull requests.