Files
hello-world-javascript-action/src/index.js
2025-01-09 17:25:05 -05:00

8 lines
105 B
JavaScript

/**
* The entrypoint for the action.
*/
import { run } from './main'
/* istanbul ignore next */
run()