mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
/**
|
|
* The entrypoint for the post action.
|
|
*/
|
|
import { run } from "./post-runner";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
run();
|