Files
attest-sbom/src/index.ts
Brian DeHamer 622dcc06e2 Initial commit
2024-02-20 11:28:19 -08:00

8 lines
146 B
TypeScript

/**
* The entrypoint for the action.
*/
import { run } from './main'
// eslint-disable-next-line @typescript-eslint/no-floating-promises
run()