From 54d68a2a5f4781d9544baf40781c57facc97feaf Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Tue, 19 Aug 2025 13:58:08 -0700 Subject: [PATCH] Trigger new CI failure to test auto-fix workflows --- test-failure.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test-failure.ts b/test-failure.ts index f75b6ce..3b13016 100644 --- a/test-failure.ts +++ b/test-failure.ts @@ -1,4 +1,5 @@ // This file intentionally has TypeScript errors to trigger CI failure +// Updated to trigger new workflow run const testFunction = (param: string): number => { // Type error: returning string instead of number return "this should be a number";