#!/bin/sh set -e echo "Running pre-push hook:" echo "Executing: cargo fmt" cargo fmt echo "Executing: cargo clippy --all" cargo clippy --all