Skip to content

Commit

Permalink
chore: add index entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Nov 24, 2024
1 parent 3aa727b commit cc6511e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { main } from "./main";

main();
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ export async function main() {
if (error instanceof Error) core.setFailed(error.message);
}
}

main();

0 comments on commit cc6511e

Please sign in to comment.