ci: Add Gitea Actions workflow #10
Reference in New Issue
Block a user
Delete Branch "ci/gitea-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add
.gitea/workflows/ci.yamlmodeled on sshoney: push to master+develop and pull_request; setup-go from go.mod;go test -race ./...;go build ./.... Jobci/ "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
go test -race ./...andgo build ./...green on this tip.gitea/workflows/ci.yamlFixes #7