mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-08 21:19:32 +01:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter format lib/ test/ test_driver/ --set-exit-if-changed
|
|
flutter analyze
|