chore(githooks): fix stylua check

This commit is contained in:
kiyan 2022-04-24 16:32:37 +02:00
parent efcadc482b
commit 9937749838

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
luacheck . || exit 1
stylua lua/**/*.lua --check || exit 1
stylua **/*.lua --check || exit 1