2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-29 14:07:55 +02:00
fluffychat/scripts/code_analyze.sh
2020-12-23 09:16:27 +00:00

4 lines
78 B
Bash
Executable File

#!/bin/sh -ve
flutter format lib/ test/ --set-exit-if-changed
flutter analyze