mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
7 lines
77 B
Bash
Executable file
Vendored
7 lines
77 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
cargo update
|
|
cargo fmt
|
|
cargo check
|
|
cargo clippy
|
|
cargo outdated -R
|