Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
7 lines
104 B
JavaScript
7 lines
104 B
JavaScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from './main'
|
|
|
|
/* istanbul ignore next */
|
|
run() |