mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Test CI failure for auto-fix workflows
This commit is contained in:
12
test-failure.ts
Normal file
12
test-failure.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// This file intentionally has TypeScript errors to trigger CI failure
|
||||
const testFunction = (param: string): number => {
|
||||
// Type error: returning string instead of number
|
||||
return "this should be a number";
|
||||
}
|
||||
|
||||
// Syntax error: missing closing brace
|
||||
function brokenFunction() {
|
||||
console.log("missing closing brace"
|
||||
}
|
||||
|
||||
export { testFunction, brokenFunction };
|
||||
Reference in New Issue
Block a user