Files
lighthouse/.githooks/pre-commit
2026-02-18 03:26:06 +00:00

6 lines
111 B
Bash
Executable File

#!/bin/sh
# Pre-commit hook: runs cargo fmt --check
# Install with: make install-hooks
exec cargo fmt --check