diff options
| author | Ben Sima <ben@bensima.com> | 2026-06-04 16:38:54 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-06-04 16:38:54 -0400 |
| commit | fe04ad47c9abf843cb6f64176981325a5b05f074 (patch) | |
| tree | 212dc37a6ed0a16eebc72f3ab06b35949b09b71b /scripts/pre-commit | |
| parent | 11fd65b015dc6e24127f3cfdcb08975704381d46 (diff) | |
Add tests and fix research tools
Diffstat (limited to 'scripts/pre-commit')
| -rwxr-xr-x | scripts/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/pre-commit b/scripts/pre-commit new file mode 100755 index 0000000..9168ce8 --- /dev/null +++ b/scripts/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail + +./test.sh |
