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