From bac6224271bed52e320efe8e8f491a83fc87c414 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sat, 9 Oct 2021 06:28:00 +0000 Subject: [PATCH] CI: Test patch on each commit --- scripts/code_analyze.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/code_analyze.sh b/scripts/code_analyze.sh index 24a2fed4..e211b715 100755 --- a/scripts/code_analyze.sh +++ b/scripts/code_analyze.sh @@ -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