mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
a4abe2b2a4
* fix build dependency isuse * cargo fmt * fix lint failure in CI * update toolchain
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
|