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.
There are no test files yet, so go test is a no-op for now â the workflow is in place for when tests land (see #1).
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.
There are no test files yet, so `go test` is a no-op for now â the workflow is in place for when tests land (see #1).
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/sqan 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/sqan` 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.There are no test files yet, so
go testis a no-op for now â the workflow is in place for when tests land (see #1).Separately I've opened #1 with test-improvement feedback for this package (notes only, no code).
ð¤ Generated with Claude Code
Closing:
go/sqanis being archived (retiring thego/*utility libraries; onlygo/validateis kept). A CI workflow is moot on an archived repo. Archival notice: #3.