ci: limit lefthook logging

This commit is contained in:
eric
2026-03-15 17:14:25 +01:00
parent b8d0a69d4d
commit 45f3830794
4 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
# These checks become lefthook commands in the generated `lefthook.yml`.
# repo-lib runs `pre-commit` and `pre-push` hook commands in parallel.
# It also sets `output = [ "failure" "summary" ]` by default.
checks = {
tests = {
command = "echo 'No tests defined yet.'";