Skip to content

Merge pull request #36 from codelicia/renovate/org.jetbrains.kotlin.j… #99

Merge pull request #36 from codelicia/renovate/org.jetbrains.kotlin.j…

Merge pull request #36 from codelicia/renovate/org.jetbrains.kotlin.j… #99

Workflow file for this run

name: Kotlin
on: [ push ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: build test
build-root-directory: 2021/kotlin