mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 12:38:40 +00:00
Initial commit
This commit is contained in:
6
hooks/pre-push
Executable file
6
hooks/pre-push
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ! dotnet tool run fantomas --check . ; then
|
||||
echo "Formatting incomplete. Consider running 'dotnet tool run fantomas .'"
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user