mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
13 lines
216 B
Bash
13 lines
216 B
Bash
set -e
|
|
|
|
source env.sh
|
|
cargo install taplo-cli --locked
|
|
|
|
cargo fmt -- --check
|
|
taplo fmt --check
|
|
|
|
head -n1000 ./node_core/src/lib.rs
|
|
|
|
# export RISC0_SKIP_BUILD=1
|
|
# cargo clippy --workspace --all-targets -- -D warnings
|