Skip to content

feat(justfile): add ci, doc, outdated, audit recipes#7

Merged
sksizer merged 1 commit into
mainfrom
feat/justfile-utility-recipes
Apr 7, 2026
Merged

feat(justfile): add ci, doc, outdated, audit recipes#7
sksizer merged 1 commit into
mainfrom
feat/justfile-utility-recipes

Conversation

@sksizer

@sksizer sksizer commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • `ci`: convenience recipe that runs `full-check` + `test`, mirroring CI locally with one command.
  • `doc` / `doc-open`: build (and optionally open) `cargo doc --no-deps`.
  • `outdated`: surface dependencies with newer versions available (requires `cargo-outdated`).
  • `audit`: check dependencies for known security advisories (requires `cargo-audit`).

Test plan

  • `just ci` runs format-check, clippy, and tests
  • `just doc` builds docs without deps
  • `just outdated` works after `cargo install cargo-outdated`
  • `just audit` works after `cargo install cargo-audit`

- ci: convenience alias for full-check + test
- doc / doc-open: build (and optionally open) cargo doc --no-deps
- outdated: surface dependencies with newer versions (cargo-outdated)
- audit: check for known security advisories (cargo-audit)
@sksizer
sksizer merged commit 558c35a into main Apr 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant