Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Bump org.jmailen.kotlinter from 4.3.0 to 5.2.0 #814

Bump org.jmailen.kotlinter from 4.3.0 to 5.2.0

Bump org.jmailen.kotlinter from 4.3.0 to 5.2.0 #814

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set up cache
uses: actions/[email protected]
with:
path: ~/.gradle/caches
key: gradle-${{ hashFiles('build.gradle.kts') }}
- name: Build with Gradle
run: ./gradlew build