ref:main
#!/usr/bin/env bash
set -euo pipefail

echo "==> Checking formatting..."
mix format --check-formatted

echo "==> Compiling (warnings as errors)..."
mix compile --warnings-as-errors