just: add check recipe (fmt + clippy + test) #14
No reviewers
Labels
No labels
in-review
ready-for-agent
ready-for-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
weiwen/evie!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sandcastle/issue-10"
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?
Add a
checkrecipe to the Justfile that runs three steps in sequence:cargo fmt --check— verify formattingcargo clippy -- -D warnings— lint with deny-level warningscargo test— run the test suiteThis gives contributors a single command to validate their changes before pushing.
Closes #10