ci: Gitea Actions pipeline + runner runbook (refs #30) #37
Reference in New Issue
Block a user
Delete Branch "feat/30-gitea-actions-ci"
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?
Implements the authoring part of S-00-c (#30).
.gitea/workflows/ci.yaml— jobs lint / build / unit / compose-smoke,runs-on: respellion-linux,uses:pinned to absolute tagged URLs (§8.7/§15).docs/runbooks/ci.md— declares therespellion-linuxlabel, documents co-locatingact_runneron the Gitea server (host mode), prerequisites, and a security note.Verified locally:
dotnet format --verify-no-changes,dotnet build -c Release,dotnet test -c Releaseall pass; compose-smoke proven in S-00-b.⚠️ Pipeline green is deferred — there is no registered runner yet (repo/user runners = 0). This PR
refs #30rather than closing it; #30 stays open until arespellion-linuxrunner is connected and the run is verified green.🤖 Generated with Claude Code
make cigate (refs #30)