7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
|
|
/**
|
||
|
|
* The entrypoint for the action.
|
||
|
|
*/
|
||
|
|
import { run } from './main'
|
||
|
|
|
||
|
|
/* istanbul ignore next */
|
||
|
|
run()
|