From 98bb1023483f8f803fa741a5153d4e81ebd5a994 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Tue, 15 Sep 2026 18:04:07 +0300 Subject: [PATCH] test(ci): a hand-edited generated type must fail the gate --- ui/src/api/generated/Amount.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/api/generated/Amount.ts b/ui/src/api/generated/Amount.ts index 3c87d41..cfb7339 100644 --- a/ui/src/api/generated/Amount.ts +++ b/ui/src/api/generated/Amount.ts @@ -5,3 +5,4 @@ * JavaScript has no integer wide enough to hold it. */ export type Amount = { raw: string, decimals: number, }; +// hand edit: must turn the drift step red -- 2.52.0