Skip to content

Commit bc906fc

Browse files
chore: sync pre-commit hook
1 parent 2ec8c5f commit bc906fc

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.hooks/pre-commit

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
#!/usr/bin/env bash
2+
# This file is managed by github-config. Do not edit manually.
3+
# https://github.com/wpfleger96/github-config
24

35
set -euo pipefail
46

57
UNSTAGED_BEFORE=$(git diff --name-only 2>/dev/null || true)
68

7-
just sync
8-
just type-check
9-
just lint
10-
just format
11-
just test
9+
just pre-commit
1210

1311
while IFS= read -r file; do
1412
if [ -n "$file" ] && [ -f "$file" ]; then

0 commit comments

Comments
 (0)