From 63e1ec966b098a805c89bbf959af80fa52c8e19c Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 5 Jul 2025 23:23:43 +0100 Subject: Do not deploy to staging on pre-commit It's too time-consuming, especially when making multiple commits in one go, and having tested those changes by manually running make staging already. --- hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index ede30be..c7e626b 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -3,4 +3,4 @@ # # SPDX-License-Identifier: AGPL-3.0-only -make check +make lint -- cgit v1.2.3