brozzler/dev/pre-commit
2025-03-10 17:21:31 -07:00

12 lines
166 B
Plaintext
Executable File

#!/usr/bin/env bash
set -euo pipefail
# pre-commit.sh
# -------------
# An optional script which runs checks on code before commits.
make check
make check-format