compose-action/src/index.ts
Emilien Escalle cf721e686a feat: support compose version
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-10-23 17:29:26 +02:00

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();