Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Update plugin org.jlleitschuh.gradle.ktlint to v11.6.1 #374

Update plugin org.jlleitschuh.gradle.ktlint to v11.6.1

Update plugin org.jlleitschuh.gradle.ktlint to v11.6.1 #374

Workflow file for this run

name: Main
on:
pull_request:
push:
branches:
- master
jobs:
checks:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
java: ['8', '11']
steps:
- name: Project Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'gradle'
- name: Run checks
run: ./gradlew clean check --no-daemon