Skip to content

Commit 5cea8e9

Browse files
committed
fix: missing google-services.json on development lint
1 parent 35c3d76 commit 5cea8e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
java-version: '17'
8585
distribution: 'adopt'
8686

87+
- name: Decode Google Services config
88+
run: |
89+
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" | base64 --decode > composeApp/google-services.json
90+
8791
- name: Run linter
8892
run: ./gradlew lint
8993

0 commit comments

Comments
 (0)