compose-action/src/index.ts
Emilien Escalle 492e297766 ci: use ci-dokumentor
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2025-09-29 21:46:55 +02:00

7 lines
88 B
TypeScript

/**
* The entrypoint for the action.
*/
import { run } from "./index-runner";
run();