1 2 3 4 5 6
#!/usr/bin/env bash set -euo pipefail echo "Checking formatting..." cargo fmt --all -- --check echo "Formatting OK"