Commit Graph

4 Commits

Author SHA1 Message Date
steve 72e281f82b ci: optimize workflow by merging jobs and adding module cache
CI / Build, Test & Lint (pull_request) Successful in 11m33s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 23:28:20 -04:00
steve db03e8d4ed fix(ci): write correct YAML workflow (was double-encoded as base64)
CI / Lint (pull_request) Successful in 9s
CI / V2 Module (pull_request) Successful in 1m50s
The previous CI fix commits stored the workflow file as a literal base64
string instead of decoded YAML, so Gitea could not parse it as a valid
workflow and no CI runs triggered. This writes the correct YAML content.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 23:24:19 -04:00
steve ddf1a9b556 ci: fix workflow to use v2/ module directory 2026-05-24 03:02:55 +00:00
steve 9d6d2c61c3 Add Gitea CI workflow for build, test, vet, and lint
CI / Lint (push) Failing after 29s
CI / Root Module (push) Failing after 5m19s
CI / V2 Module (push) Successful in 11m9s
Runs on all pushes and PRs:
- Build, vet, and test both root and v2 modules (with -race)
- Verify go.mod/go.sum tidiness for both modules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 20:01:01 -05:00