cicd

Installation
SKILL.md

CI/CD with GitHub Actions

PR Pipeline

  1. Lint check
  2. Type check (TypeScript)
  3. Unit tests
  4. Build verification
  5. Security scan (optional)

Deploy Pipeline

  1. Build Docker image
  2. Push to registry
  3. Deploy to server (SSH or webhook)
  4. Health check verification
  5. Rollback on failure
Installs
4
GitHub Stars
29
First Seen
Apr 12, 2026
cicd — neuron-one/godmode