mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
6 lines
100 B
Bash
6 lines
100 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# keep consistent with CI-lint in rust.yml
|
||
|
cargo fmt --all
|
||
|
cargo clippy -- -D warnings
|