swactor/.ci.yml
Zachery Aaron Shores-Chmielewski a5bac57b0b feat: deploy CI pipeline with ci-relay and local-runner
Add ci-relay (VPS webhook receiver) and local-runner (Thinkpad CI
executor) crates that communicate over iroh. Includes .ci.yml smoke
test pipeline, simulation tests, and development docs.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-16 12:46:55 +07:00

8 lines
133 B
YAML

pipelines:
smoke:
triggers:
- event: push
branches: ["*"]
jobs:
hello:
run: echo "CI is alive"