Skip to content

Commit 9049f36

Browse files
committed
fix: stylua hook
1 parent 82a6462 commit 9049f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.hooks/pre-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3+
stylua . --check || exit 1
34
luacheck . || exit 1
4-
stylua **/*.lua --check || exit 1

0 commit comments

Comments
 (0)