Skip to content

Release (#488)

Release (#488) #1641

Workflow file for this run

name: Lint CI
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main ]
jobs:
build:
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'temurin'
- name: Run Lint
run: |
./gradlew clean ktlintCheck -x compileKotlin -x compileTestKotlin \
-x compileTestFixturesKotlin -x compileJava -x processAot -x processTestAot