Skip to content

Bump org.jmailen.kotlinter from 3.15.0 to 3.16.0 (#20) #92

Bump org.jmailen.kotlinter from 3.15.0 to 3.16.0 (#20)

Bump org.jmailen.kotlinter from 3.15.0 to 3.16.0 (#20) #92

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build