8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from "./index-runner";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
run();
|