ci: Add Gitea Actions workflow #10

Merged
Ghost merged 1 commits from ci/gitea-actions into develop 2026-09-01 14:46:22 -05:00

What

Add .gitea/workflows/ci.yaml modeled on sshoney: push to master+develop and pull_request; setup-go from go.mod; go test -race ./...; go build ./.... Job ci / "Test and build".

Why

Pushes and PRs had no automated test or build on Gitea. Required checks for master and develop need a stable status context.

Test

  • Local: go test -race ./... and go build ./... green on this tip
  • Diff is only .gitea/workflows/ci.yaml
  • No secrets, no Robinhood network, no lab SSH, no LICENSE/README/goreleaser

Fixes #7

## What Add `.gitea/workflows/ci.yaml` modeled on sshoney: push to master+develop and pull_request; setup-go from go.mod; `go test -race ./...`; `go build ./...`. Job `ci` / "Test and build". ## Why Pushes and PRs had no automated test or build on Gitea. Required checks for master and develop need a stable status context. ## Test - Local: `go test -race ./...` and `go build ./...` green on this tip - Diff is only `.gitea/workflows/ci.yaml` - No secrets, no Robinhood network, no lab SSH, no LICENSE/README/goreleaser Fixes #7
Ghost added 1 commit 2026-09-01 14:45:24 -05:00
ci: Add Gitea Actions workflow
CI / Test and build (pull_request) Successful in 24s
9185e1de89
Pushes and pull requests had no automated test or build on Gitea.
A CI workflow matching the existing Go module runs go test -race and
go build on master, develop, and pull requests.

Fixes #7
Ghost merged commit 933719ca15 into develop 2026-09-01 14:46:22 -05:00
Ghost deleted branch ci/gitea-actions 2026-09-01 14:46:22 -05:00
Sign in to join this conversation.