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).
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)
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>
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds
.gitea/workflows/ci.yml: on push tomainand on pull requests, rungo vet ./...thengo test ./...in agolang:1.25-alpinecontainer. No build step or services â this is a pure library.â ï¸ CI will be red on this branch.
go test ./...already fails onmain(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
Closing:
go/sqimpleis being archived (retiring thego/*utility libraries; onlygo/validateis kept). A CI workflow is moot on an archived repo. Archival notice: #3.