hooks/fmt-check

5 lines
100 B
Plaintext
Raw Permalink Normal View History

2024-08-23 09:52:41 +10:00
#!/usr/bin/env zsh
if [ ! -z $(grep "fmt-check:" "Makefile") ]; then
make fmt-check 2>/dev/null
fi