feat: with rhai
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-02 17:32:51 +02:00
parent 3e5309e1e6
commit 64019e5fba
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,8 @@ scripts:
key: "name"
"sqlx:prepare":
type: shell
"deploy":
type: shell
"test":
type: "rhai"
description: "something"

1
scripts/test.rhai Normal file
View File

@ -0,0 +1 @@
print("hello, world!");