Skip to content

Release 1.9.0. New back events, update kotlin, coroutines, material and other dependencies #4

Release 1.9.0. New back events, update kotlin, coroutines, material and other dependencies

Release 1.9.0. New back events, update kotlin, coroutines, material and other dependencies #4

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Setup Gradle
uses: gradle/[email protected]
- name: Check spotless
run: ./gradlew spotlessCheck --no-configuration-cache
- name: Build the sample app to verify it works
run: ./gradlew sample:assemble