mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
12 lines
258 B
Bash
12 lines
258 B
Bash
set -e
|
|
|
|
curl -L https://risczero.com/install | bash
|
|
/home/runner/.risc0/bin/rzup install
|
|
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 |