mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
if [[ $(flutter format -n .) ]]; then
|
|
echo "files not formatted"
|
|
exit 1
|
|
else
|
|
exit 0
|
|
fi |