lssa/ci_scripts/lint-ubuntu.sh
Oleksandr Pravdyvyi 6f2a193a50
fix: claiming path
2025-09-25 05:54:32 +03:00

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