lemmy/server/clean.sh

7 lines
59 B
Bash
Raw Normal View History

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