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