Files
cish/.cish/push/coding-style/auth.sh
2025-08-23 00:01:10 +02:00

7 lines
94 B
Bash

#!/usr/bin/env bash
pkg add go
if [ "$(gofmt -s -l ./auth | wc -l)" -gt 0 ]; then
exit 1
fi