add CI workflow running go vet and go test #2

Merged
aneurin merged 1 commits from add-ci-workflow into main 2026-09-07 12:53:19 +00:00
Member

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

Also removes .github/workflows/test.yml: it only triggered on a develop branch that doesn't exist here, and depended on the external annybs/action-notify-discord action plus an unset DISCORD_WEBHOOK secret — so it never ran. Drop that hunk if you'd rather keep the file.

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.21-alpine` container. No build step or services — this is a pure library. Also **removes `.github/workflows/test.yml`**: it only triggered on a `develop` branch that doesn't exist here, and depended on the external `annybs/action-notify-discord` action plus an unset `DISCORD_WEBHOOK` secret — so it never ran. Drop that hunk if you'd rather keep the file. 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:06 +00:00
add CI workflow running go vet and go test
CI / test (pull_request) Successful in 35s
b8576426f8
Adds .gitea/workflows/ci.yml: on push to main and on pull requests, run
`go vet ./...` then `go test ./...` in a golang:1.21-alpine container.

Also removes .github/workflows/test.yml, which only triggered on a
`develop` branch that no longer exists and depended on an external
Discord notification action and an unset DISCORD_WEBHOOK secret.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
aneurin merged commit 7ea26f9c88 into main 2026-09-07 12:53:19 +00:00
aneurin deleted branch add-ci-workflow 2026-09-07 12:53:19 +00:00
Sign in to join this conversation.