diff --git a/Makefile b/Makefile index f6190bbd..8a81b8b2 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,8 @@ format: format-check: @dune build $(DUNE_OPTS) @fmt --display=quiet +install-pre-commit-hook: + uvx pre-commit install --hook-type pre-push VERSION=$(shell awk '/^version:/ {print $$2}' containers.opam)