chore: add pre commit hook
This commit is contained in:
4
.hooks/pre-commit.sh
Executable file
4
.hooks/pre-commit.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
luacheck . || exit 1
|
||||||
|
stylua lua/**/*.lua --check || exit 1
|
||||||
3
scripts/setup-hooks.sh
Executable file
3
scripts/setup-hooks.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
ln -sf ../../.hooks/pre-commit.sh .git/hooks/pre-commit
|
||||||
Reference in New Issue
Block a user