mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-03-08 01:03:08 +08:00
8 lines
156 B
TypeScript
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();
|