mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
set -e
|
|
|
|
source env.sh
|
|
cargo install taplo-cli --locked
|
|
|
|
cargo fmt -- --check
|
|
taplo fmt --check
|
|
|
|
RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|