test-devops/src/index.js

7 lines
104 B
JavaScript
Raw Normal View History

2025-02-15 15:59:26 +08:00
/**
* The entrypoint for the action.
*/
import { run } from './main'
/* istanbul ignore next */
run()