This commit is contained in:
Simon Cruanes 2026-03-19 21:05:32 -04:00
parent 76d8ee79e1
commit 501ba3da9a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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)