test(ci/kotlin): fix warnings from GitHub (#6730)

<img width="630" alt="image"
src="https://github.com/user-attachments/assets/9372eb1c-9e3f-4120-9c0c-0ac3ffb80d55">
This commit is contained in:
Reactor Scram
2024-09-17 12:31:33 -05:00
committed by GitHub
parent 9979f5a4e4
commit 5fd3e9dea2

View File

@@ -25,8 +25,6 @@ jobs:
uses: gradle/actions/wrapper-validation@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
build-root-directory: ./kotlin/android
- run: touch local.properties
- name: Run linter
run: ./gradlew spotlessCheck
@@ -46,8 +44,6 @@ jobs:
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
build-root-directory: ./kotlin/android
- run: touch local.properties
- name: Bundle and sign release
env:
@@ -92,8 +88,6 @@ jobs:
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
build-root-directory: ./kotlin/android
- run: touch local.properties
- name: Build debug APK
run: |