From 33f28c3d56a5d170456119451b347a067d57d3bd Mon Sep 17 00:00:00 2001 From: pat-trunk-io Date: Fri, 6 Oct 2023 13:02:27 -0700 Subject: [PATCH] Add trunk githooks to the repo (#2870) --- .trunk/trunk.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index f2de06f0d..7de96bd21 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -47,7 +47,7 @@ runtimes: actions: disabled: - trunk-announce - - trunk-check-pre-push - - trunk-fmt-pre-commit enabled: + - trunk-fmt-pre-commit + - trunk-check-pre-push - trunk-upgrade-available