We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec8c5f commit bc906fcCopy full SHA for bc906fc
1 file changed
.hooks/pre-commit
@@ -1,14 +1,12 @@
1
#!/usr/bin/env bash
2
+# This file is managed by github-config. Do not edit manually.
3
+# https://github.com/wpfleger96/github-config
4
5
set -euo pipefail
6
7
UNSTAGED_BEFORE=$(git diff --name-only 2>/dev/null || true)
8
-just sync
-just type-check
9
-just lint
10
-just format
11
-just test
+just pre-commit
12
13
while IFS= read -r file; do
14
if [ -n "$file" ] && [ -f "$file" ]; then
0 commit comments