mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-16 23:22:51 +00:00
9 lines
170 B
TypeScript
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()
|