From 89b9278f9adb760a6b368903d7a1307c1c5cc587 Mon Sep 17 00:00:00 2001 From: ruh0n <48433827+ruh0n@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:25:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CI=EC=97=90=EC=84=9C=20`google-service?= =?UTF-8?q?.json`=EC=9D=B4=20=EC=A1=B4=EC=9E=AC=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint_and_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint_and_build.yml b/.github/workflows/lint_and_build.yml index fc03b0e0..55c75e9c 100644 --- a/.github/workflows/lint_and_build.yml +++ b/.github/workflows/lint_and_build.yml @@ -32,6 +32,11 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Decode Google Services JSON + env: + GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }} + run: echo $GOOGLE_SERVICES_JSON > ./app/google-services.json + - name: check ktlint run: ./gradlew ktlintCheck