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
92 B
TypeScript

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