openclaw/git-hooks/pre-commit
Pranav Katariya 12b0cf8a02 revert: remove unrelated infrastructure changes
Remove changes to git-hooks/pre-commit and scripts/format-staged.js that were
accidentally copied from clawdbot repo. These are unrelated to the Zoom plugin
and should not be in this PR.

Restored both files to match main branch.
2026-01-28 02:59:06 -08:00

5 lines
123 B
Bash
Executable File

#!/bin/sh
ROOT=$(git rev-parse --show-toplevel 2>/dev/null)
[ -z "$ROOT" ] && exit 0
node "$ROOT/scripts/format-staged.js"