infra: add pr quality gate for client applications (#233)

* add gh action for quality gate

* test quality gate

* fix job

* rename gh action jobs

* format
This commit was merged in pull request #233.
This commit is contained in:
Arjun Patel
2026-06-02 08:04:58 -07:00
committed by GitHub
parent a8a0b7db1b
commit fa3c8268b2
3 changed files with 70 additions and 2 deletions
@@ -412,7 +412,7 @@ export function ComposeOverlay({
setStepSync,
createChildParticle,
cancel,
handleQuotaError
handleQuotaError,
]);
// New stream mode: create stream + first child
@@ -28,7 +28,7 @@ export function TextReactionInput({
// NOTE: perform side effects here when opening
if (open) {
setValue('')
setValue('');
}
}