From 705e259cd6cb87a0195eceac6f31d9bf7cf01e58 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 30 Jan 2025 14:11:42 +1100 Subject: [PATCH] chore: reduce lefthook output --- lefthook.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lefthook.yml b/lefthook.yml index a287e0c..28ba9ad 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -1,4 +1,8 @@ +output: + - success + - failure pre-push: + parallel: true jobs: - name: test run: go test -v ./...