mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
fd3d742d714d2b6899c7fc5a61231b55cfd27cf7
cargo fmt --all --check 中--check为检查模式,如果有对应的格式化修改,则命令返回码为非零(错误),所以导致action运行失败,替换为cargo fmt --all即可解决问题。
Description
Languages
Rust
98.1%
Shell
1.5%
Makefile
0.2%
Just
0.1%