Skip to content

Bump org.jmailen.kotlinter from 4.3.0 to 4.4.1 #109

Bump org.jmailen.kotlinter from 4.3.0 to 4.4.1

Bump org.jmailen.kotlinter from 4.3.0 to 4.4.1 #109

Workflow file for this run

name: Run build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- uses: gradle/gradle-build-action@v3
- run: ./gradlew build
- name: Archive results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-report
path: build/reports
retention-days: 5