feat: add lua universe package and stylua command to fmt check

Signed-off-by: teddylear <teddylear@protonmail.com>
This commit is contained in:
teddylear
2022-04-11 20:22:23 -04:00
committed by teddylear
parent 9a832b7119
commit 78ca8d66c4
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
setup() {
load '../../../../bats_helpers'
common_setup
}
@test "lua" {
dagger "do" -p ./fmtCheck.cue test
}