Files
coolify/hooks/pre-commit
Andras Bacsai fac4a8aaf9 hooks?
2024-09-23 20:45:42 +02:00

8 lines
161 B
Bash

#!/bin/sh
# Detect whether /dev/tty is available & functional
if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then
exec < /dev/tty
fi
$(pwd)/vendor/bin/pint