Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 43s
Continuous Integration / JavaScript Tests (push) Failing after 5s
Continuous Integration / GitHub Actions Test (push) Failing after 5s
CodeQL / Analyze (javascript) (push) Failing after 5s
Lint Codebase / Lint Codebase (push) Failing after 5s
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
/**
|
|
* The entrypoint for the action. This file simply imports and runs the action's
|
|
* main logic.
|
|
*/
|
|
import { run } from './main.js'
|
|
|
|
/* istanbul ignore next */
|
|
run()
|