Trigger new CI failure to test auto-fix workflows
This commit is contained in:
parent
110acf1b44
commit
54d68a2a5f
@ -1,4 +1,5 @@
|
|||||||
// This file intentionally has TypeScript errors to trigger CI failure
|
// This file intentionally has TypeScript errors to trigger CI failure
|
||||||
|
// Updated to trigger new workflow run
|
||||||
const testFunction = (param: string): number => {
|
const testFunction = (param: string): number => {
|
||||||
// Type error: returning string instead of number
|
// Type error: returning string instead of number
|
||||||
return "this should be a number";
|
return "this should be a number";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user