ci: add a pre-push script

This commit is contained in:
Steven Arcangeli 2023-08-13 09:34:56 -07:00
parent a49ba4a948
commit 81713b37d1

7
.github/pre-push vendored Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -e
luacheck lua tests
stylua --check .
lua-typecheck lua