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