CI: Test patch on each commit

This commit is contained in:
Krille Fear 2021-10-09 06:28:00 +00:00
parent 72d1a9b66c
commit 00157ca604

View File

@ -1,3 +1,4 @@
#!/bin/sh -ve
flutter format lib/ test/ --set-exit-if-changed
flutter analyze
git apply ./scripts/enable-android-google-services.patch --check