From 9fdab34e4410a28256971712db75f5454c917504 Mon Sep 17 00:00:00 2001 From: FaberVitale Date: Sat, 21 May 2022 13:23:57 +0200 Subject: [PATCH] chore: example git hook --- scripts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts.yml b/scripts.yml index f6dc1df..9770f4a 100644 --- a/scripts.yml +++ b/scripts.yml @@ -9,4 +9,5 @@ scripts: cmd: - vr lint - vr fmt + - git add . gitHook: pre-commit