mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
9 lines
164 B
Bash
Executable File
9 lines
164 B
Bash
Executable File
set -e
|
|
|
|
cargo +nightly fmt -- --check
|
|
|
|
cargo install taplo-cli --locked
|
|
taplo fmt --check
|
|
|
|
RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|