Trigger new CI failure to test auto-fix workflows

This commit is contained in:
km-anthropic
2025-08-19 13:58:08 -07:00
parent 110acf1b44
commit 54d68a2a5f

View File

@@ -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";