just: add check recipe (fmt + clippy + test) #14

Merged
weiwen merged 1 commit from sandcastle/issue-10 into main 2026-07-05 03:56:52 +08:00
Owner

Add a check recipe to the Justfile that runs three steps in sequence:

  • cargo fmt --check — verify formatting
  • cargo clippy -- -D warnings — lint with deny-level warnings
  • cargo test — run the test suite

This gives contributors a single command to validate their changes before pushing.

Closes #10

Add a `check` recipe to the Justfile that runs three steps in sequence: - `cargo fmt --check` — verify formatting - `cargo clippy -- -D warnings` — lint with deny-level warnings - `cargo test` — run the test suite This gives contributors a single command to validate their changes before pushing. Closes #10
Adds a `check` recipe to the Justfile that runs the full quality gate:
- `cargo fmt --check` — fails if code is not formatted
- `cargo clippy -- -D warnings` — linting with warnings as errors
- `cargo test` — runs the test suite

Files changed:
- Justfile — added `check` recipe above `sandcastle`

Notes: `just check` is referenced by issue #13 as the intended feedback
loop command for the sandcastle implement-prompt.
weiwen merged commit 251b468c59 into main 2026-07-05 03:56:52 +08:00
weiwen deleted branch sandcastle/issue-10 2026-07-05 03:56:52 +08:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
weiwen/evie!14
No description provided.