mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Trigger new CI failure to test auto-fix workflows
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user