mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-18 08:07:02 +00:00
Convert to ESM
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/**
|
||||
* The entrypoint for the action.
|
||||
* The entrypoint for the action. This file simply imports and runs the action's
|
||||
* main logic.
|
||||
*/
|
||||
import { run } from './main'
|
||||
import { run } from './main.js'
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
||||
/* istanbul ignore next */
|
||||
run()
|
||||
|
||||
Reference in New Issue
Block a user