lemmy/server/clean.sh

7 lines
59 B
Bash
Executable File
Vendored

#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy