mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-16 23:26:47 +00:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
/**
|
|
* The entrypoint for the action.
|
|
*/
|
|
import { run } from './main'
|
|
|
|
/* istanbul ignore next */
|
|
run()
|