#!/nix/store/izpf49b74i15pcr9708s3xdwyqs4jxwl-bash-5.2p32/bin/bash # Can be used as a pre-push hook # Just symlink this file to .git/hooks/pre-push echo "Running linter..." luacheck . echo "Checking formatting..." stylua --check .