Files
container-toolkit-action/src/index.ts
2025-01-08 11:58:58 -05:00

9 lines
170 B
TypeScript

/**
* The entrypoint for the action. This file simply imports and runs the action's
* main logic.
*/
import { run } from './main.js'
/* istanbul ignore next */
run()