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.
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.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.
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.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>
Closing: go/random 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/random` 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.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.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/randomis being archived (retiring thego/*utility libraries; onlygo/validateis kept). A CI workflow is moot on an archived repo. Archival notice: #3.