chore: add install-hooks + pre-commit recipes #13
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/pre-commit-hook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds the
install-hooksandpre-commitrecipes per governance/PRE_COMMIT.md. Nocheck.ymlchange: this repo already has one and the local recipe delegates to the sameoci-build/check.Dockerfileit uses, so CI and pre-commit run identical checks.Changes
justfile: newinstall-hooks+pre-commitrecipes. The pre-commit recipe is one line:docker build --file oci-build/check.Dockerfile .- matches CI exactly.Test plan
just install-hookswrites the stub correctly.just pre-commitruns and passes (matches CI).