mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 00:02:29 +00:00
Phase 6 of the relay split: the relay's deploy/operate surface moves under cloud/ with 24 cloud-* workflows gated on ORCA_CLOUD_OPERATIONS_ENABLED, the Cloud SQL rollout lease action, the relay Terraform root (dual-accept identities for both repositories), scripts, docs, CODEOWNERS, and a terraform validate job in Cloud Verify.
9 lines
308 B
JSON
9 lines
308 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/nicolo-ribaudo/oxc-project.github.io/refs/heads/json-schemas/oxfmt/v0.41.0/config.json",
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"ignorePatterns": ["cloud/**", ".github/actions/cloud-sql-rollout-lease/**"]
|
|
}
|