GH Actions are not used in this project (all CI/CD runs on Argo Workflows
in iad-ci). The acb-build WorkflowTemplate handles builds; the index-builder
handles Cloudflare Pages deploys internally via wrangler.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove worker-api-tests job (worker-api/ directory was removed)
- Remove indexer-tests job (cmd/acb-indexer/ was removed, replaced by Go acb-index-builder)
- Add cmd tests to go-tests job to run all Go tests
- Add lint and type check steps to web-build job
- Add GitHub Actions workflow for automatic deployment to Cloudflare Pages
- Deploys on push to master/main when web/ directory changes
- Uses cloudflare/pages-action for deployment
- Project name: ai-code-battle
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Runs Go engine tests with race detector on every push/PR
- Runs TypeScript tests for worker-api and indexer
- Builds web app and uploads artifacts
- Builds all Go CLI tools (acb-local, acb-mapgen, acb-worker)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>