mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-03 02:29:29 +01:00
5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter format lib/ test/ --set-exit-if-changed
|
|
flutter analyze
|
|
git apply ./scripts/enable-android-google-services.patch --check
|