fix: stylua hook

This commit is contained in:
kiyan 2022-05-08 16:14:40 +02:00
parent 82a646225f
commit 9049f364cc

View File

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