typescript-action/src/index.ts

8 lines
146 B
TypeScript
Raw Permalink Normal View History

2023-08-23 17:39:12 +00:00
/**
* The entrypoint for the action.
2023-08-23 17:39:12 +00:00
*/
import { run } from './main'
2023-08-23 17:39:12 +00:00
2023-08-23 17:57:44 +00:00
// eslint-disable-next-line @typescript-eslint/no-floating-promises
2023-08-23 17:39:12 +00:00
run()