2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-02-19 07:20:40 +01:00

4 lines
78 B
Bash
Raw Normal View History

2020-12-08 14:46:47 +00:00
#!/bin/sh -ve
2020-12-23 09:16:27 +00:00
flutter format lib/ test/ --set-exit-if-changed
2020-12-08 14:46:47 +00:00
flutter analyze