claw-code/.githooks/pre-commit

4 lines
76 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")/../rust" || exit 1
cargo fmt --all -- --check