mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
11 lines
295 B
Bash
Executable File
11 lines
295 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
|
|
# Lint all programs individually to avoid feature unification issues
|
|
RISC0_SKIP_BUILD=1 cargo clippy -p "*programs" -- -D warnings
|