Skip to content

[kotlin-client] Add licenses API example #75

[kotlin-client] Add licenses API example

[kotlin-client] Add licenses API example #75

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
- name: Run tests
working-directory: kotlin
run: ./gradlew check