Files
gitea-repo-config/hooks/pre-push
2023-08-05 09:41:52 +01:00

7 lines
148 B
Bash
Executable File

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