Skip to content

Commit

Permalink
Merge pull request #57 from boostcampwm-2024/feature/fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruh0n authored Nov 6, 2024
2 parents 4947dcb + 89b9278 commit 569c900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 569c900

Please sign in to comment.