7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from './main'
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
run()
|