From d85bf23b2e090cb0dada9ce02e9206ab6a5dedd2 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 25 Mar 2024 15:52:43 +0000 Subject: [PATCH] update precommit hook --- .githooks/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index 5a09719d..a2ca2a83 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,2 +1,3 @@ #!/bin/sh +echo "Running pre-commit hook yamllint..." yamllint -c .yamllint . \ No newline at end of file