claw-code/.githooks/pre-push

4 lines
77 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")/../rust" || exit 1
cargo clippy -- -D warnings