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.

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

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)
claude added 1 commit 2026-09-07 11:54:10 +00:00
add CI workflow running go vet and go test
CI / test (pull_request) Successful in 50s
fd45553a9e
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/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.
claude closed this pull request 2026-09-07 12:09:12 +00:00
This repo is archived. You cannot comment on pull requests.