chore(githooks): fix stylua check
This commit is contained in:
parent
efcadc482b
commit
9937749838
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
luacheck . || exit 1
|
luacheck . || exit 1
|
||||||
stylua lua/**/*.lua --check || exit 1
|
stylua **/*.lua --check || exit 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user