lemmy/clean.sh

8 lines
77 B
Bash
Executable File

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