brozzler/dev/pre-commit
Gretchen Leigh Miller 40613e35b4
Some checks failed
Python Formatting Check / formatting (push) Has been cancelled
Tests / Run tests (push) Has been cancelled
WT-2950 Implement Seed-level video capture setting handling + Job-level PDF-only option
2025-06-04 13:25:48 -07:00

11 lines
166 B
Text
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