Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 192 Bytes

File metadata and controls

6 lines (5 loc) · 192 Bytes

Health Stack

  • typecheck: cargo build --workspace --lib
  • lint: cargo clippy --workspace --all-targets -- -D warnings
  • test: cargo test --workspace
  • shell: shellcheck scripts/install.sh