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