Files
WoofWare.Myriad/hooks/pre-push
2023-05-06 15:48:36 +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