0g-storage-node/rustlint.sh

6 lines
100 B
Bash
Raw Normal View History

#!/bin/bash
# keep consistent with CI-lint in rust.yml
cargo fmt --all
cargo clippy -- -D warnings