refactor(main): remove run() call as index.ts is now the entry point

This commit is contained in:
Naoki Oketani
2025-05-07 10:44:05 +00:00
parent fa0968161c
commit 8af85fa7a9

View File

@@ -138,5 +138,3 @@ export async function run(): Promise<void> {
core.setFailed((e as Error)?.message ?? 'Unknown error occurred')
}
}
run()