ANW-10 bootstrap anwesen crate and CLI skeleton
This commit is contained in:
parent
0c21e6c5ff
commit
317667cce7
9 changed files with 3099 additions and 0 deletions
9
scripts/ci.sh
Executable file
9
scripts/ci.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
# Local CI entrypoint: fmt / clippy / test.
|
||||
# Mirrors what a forge-side runner would execute. Run from the repo root.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --all-targets --all-features -- -D warnings
|
||||
cargo test --all
|
||||
Loading…
Add table
Add a link
Reference in a new issue