We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8ba4e commit d0e91c2Copy full SHA for d0e91c2
1 file changed
.github/workflows/android_ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: Set up local.properties
31
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > local.properties
32
33
+ - name: Set up google-services.json
34
+ run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json
35
+
36
- name: Code style checks
37
run: ./gradlew ktlintCheck detekt
38
0 commit comments