fluffychat/scripts/code_analyze.sh

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