chore(wasm): check, clippy, test, CI
This commit is contained in:
@@ -69,6 +69,13 @@ frontend-check:
|
||||
node scripts/check-dead-tokens.mjs
|
||||
node scripts/check-brand-drift.mjs
|
||||
|
||||
wasm-check:
|
||||
cd wasm/oxicloud-hash; cargo fmt --all
|
||||
cd wasm/oxicloud-hash; cargo clippy --all-features --release -- -D warnings
|
||||
|
||||
wasm-test:
|
||||
cd wasm/oxicloud-hash; cargo test --release
|
||||
|
||||
# audit security (condition: cargo install cargo-audit)
|
||||
audit:
|
||||
cargo audit
|
||||
|
||||
Reference in New Issue
Block a user