mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 07:28:40 +00:00
7 lines
148 B
Bash
Executable File
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
|