Files
paste/tools/prepush
2022-02-02 12:56:41 -06:00

6 lines
150 B
Bash
Executable File

#!/usr/bin/env bash
echo "[prepush] Running cargo fmt --check"
cargo fmt -- --check
echo "[prepush] Running cargo clippy"
cargo clippy -- -Dwarnings