ci: use shared install action for code-quality workflow (NDK required)

This commit is contained in:
2026-02-22 05:27:31 +03:00
parent c794cbe5c4
commit 31e0dcadb7
+2 -14
View File
@@ -37,20 +37,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Cache Gradle
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle', '**/gradle-wrapper.properties') }}
restore-keys: gradle-${{ runner.os }}-
- name: Install dependencies
uses: ./.github/workflows/install/
- name: Run ktlint
run: ./gradlew ktlint