Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update Kotlin to 2.2.10 (#163) #504

Update Kotlin to 2.2.10 (#163)

Update Kotlin to 2.2.10 (#163) #504

Workflow file for this run

name: Style
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
- name: Check Code Style
run: ./gradlew ktlintCheck