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).
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)
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 main2026-09-07 12:53:19 +00:00
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.21-alpinecontainer. No build step or services â this is a pure library.Also removes
.github/workflows/test.yml: it only triggered on adevelopbranch that doesn't exist here, and depended on the externalannybs/action-notify-discordaction plus an unsetDISCORD_WEBHOOKsecret â 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