compose-action/src/index.ts
Emilien Escalle 0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00

8 lines
171 B
TypeScript

/**
* The entrypoint for the action.
*/
import { run, RunAction } from "./main";
// eslint-disable-next-line @typescript-eslint/no-floating-promises
run(RunAction.UP);