chore: add check workflow and pre-commit recipes #12
Loading…
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. Uses the compose-run pattern against the existingappservice incompose.dev.yml; depends on the existingensure-envrecipe.Changes
.forgejo/workflows/check.yml(new): fmt, clippy-D warnings, build--all-targets, test--lib.justfile:install-hooks+pre-commitrecipes.Test plan
just install-hookswrites the stub correctly.just pre-commitruns and passes.