mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +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
|