6 lines
59 B
Bash
Executable file
Vendored
6 lines
59 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
cargo update
|
|
cargo fmt
|
|
cargo check
|
|
cargo clippy
|