diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:23:43 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:23:43 +0100 |
commit | 63e1ec966b098a805c89bbf959af80fa52c8e19c (patch) | |
tree | 15785b830b4fa97cff015d7c2be1a611d4406a50 | |
parent | f83f56954162e3f8a115e85c158f5242c2de2f7e (diff) |
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.
-rwxr-xr-x | hooks/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |