mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-13 05:27:59 +00:00
8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from './main'
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
|
run()
|