chore: add check workflow and pre-commit recipes #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/checks-and-pre-commit"
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
check.ymlworkflow +install-hooks/pre-commitrecipes per governance/PRE_COMMIT.md. eyes has no compose dev stack, so the recipe uses ad-hocdocker runagainstrust-builder-musl:v1.0.0-rust1.94-alpine(matchingci-build/Dockerfile's base) withdev-eyes-cargo-{target,registry}named volumes for incremental builds.Changes
.forgejo/workflows/check.yml(new): fmt, clippy-D warnings, build--all-targets, test--lib.justfile: newdev_imagevariable +install-hooks+pre-commitrecipes.Test plan
just install-hookswrites the stub correctly.just pre-commitruns and passes.