Skip to content

[kotlin-client] update qodana.yaml #39

[kotlin-client] update qodana.yaml

[kotlin-client] update qodana.yaml #39

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