Files
gitea-repo-config/hooks/pre-push
2022-12-29 22:27:05 +00:00

7 lines
154 B
Bash
Executable File

#!/bin/sh
if ! dotnet tool run fantomas --check -r . ; then
echo "Formatting incomplete. Consider running 'dotnet tool run fantomas -r .'"
exit 1
fi