ci: Add Gitea Actions for the Go module #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Goal
Add Gitea Actions CI for this Go module and require the checks on
masteranddevelop, matching other forge Go modules.Stack
s1d3sw1ped/robinhood-agentic-mcpgo.mod(currently 1.25.0) — usego-version-file: go.modtest(go test ./...) andvet(go vet ./...)go test -race ./...like other forge Go modulesDo
.gitea/workflows/ci.yaml(orci.yml) modeled on existing forge Go CI:on: pushtomasteranddevelop, pluspull_requestci/ "Test and build")go test -race ./...go build ./...(and/ormake vetif useful; do not invent live Robinhood network calls)masteranddevelop. You do not need to edit protection yourself unless the maintainer asks.develop(dual-branch). Do not merge yourself.git-style.md—ci: Add Gitea Actions workflow(or similar). PR title matches. Prefer full URL if citing this issue in leftover text;Fixes #Nonly if this issue is fully done.Out of scope
Revert
git revertthe CI commit / close the PR. No data migrations.