mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-10 04:11:40 +00:00
* chore: update unit tests * fix: follow latest action template * chore: add licenses and workflows * chore: remove bloat * chore: fix linter
9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
/**
|
|
* 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()
|