From 36af73a2091eb96077fbe3a85cc88ecdd86557ad Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Sat, 28 Mar 2026 13:42:59 -0700 Subject: [PATCH] Document Gitea Actions CI --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 58d282d..203eb8b 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ go test ./... PRINT_REPORT=true SEND_EMAIL=false ALMA_CREDS_FILE=/path/to/alma.creds go run . ``` +## CI + +This repo includes a Gitea Actions workflow in `.gitea/workflows/ci.yaml`. + +It runs on pushes to `main` and pull requests, and currently: + +- runs `go test ./...` +- runs `go build .` + +The workflow expects a runner with the `ubuntu-latest` label. The cluster runner deployed for this repo provides that label. + ## Container Build: