Skip to main content
The Pre‑build Workflow allows you to define checks and automation that run before your service is built and deployed to a specific environment.

Configuration

In your revolte.yaml, you can enable or disable pre‑build features per environment:
revolte.yaml

Key modules

  • Code Review: Activates AI‑driven PR summarization and fix suggestions.
  • Code Quality: Enforces linting and style rules.
  • Test Suite: Executes your unit and integration tests.
  • Automation Test Suite: Runs end‑to‑end automation tests.

Next steps