Files
flame/scripts/format.sh
2019-06-09 11:30:10 -03:00

6 lines
98 B
Bash
Executable File

if [[ $(flutter format -n .) ]]; then
echo "files not formatted"
exit 1
else
exit 0
fi