Commit Graph

2 Commits

Author SHA1 Message Date
Sharang Parnerkar
4a3d1ee97a fix(ci): use Gitea-native checkout action
The GitHub actions/checkout@v4 requires Node.js which is not
available in the rust container image. Switch to Gitea's native
checkout action that runs without Node.js.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:45:53 +01:00
Sharang Parnerkar
049b58314b ci: add Gitea Actions pipeline and Dockerfile
Three-stage CI pipeline with fmt, clippy and audit as parallel
quality gates, tests gated on quality, and Docker build+push
to registry.meghsakha.com on main and release/* branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:45:53 +01:00