artillery/checks.sh

9 lines
100 B
Bash
Executable File

#!/usr/bin/env sh
set -em
cargo fmt
cargo fix --allow-dirty --allow-staged
cargo clippy
cargo fmt