1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-23 14:23:07 +00:00
lemmy/server/clean.sh
2020-01-03 23:39:31 -05:00

7 lines
77 B
Bash
Executable file
Vendored

#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy
cargo outdated -R