Skip to content

Update android-publish.yml #39

Update android-publish.yml

Update android-publish.yml #39

Workflow file for this run

name: Continuous integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Create google-services.json
uses: 1arp/[email protected]
with:
path: app
file: google-services.json
content: ${{secrets.GOOGLE_SERVICES}}
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Lint check
run: ./gradlew lintFreeDebug