Change Android CI workflow to use spotlessCheck

This commit is contained in:
Wolf Montwe 2023-02-06 11:54:56 +01:00
parent 11819232ea
commit 80b35d6fa7
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -28,4 +28,4 @@ jobs:
distribution: 'zulu'
java-version: 17
- uses: gradle/gradle-build-action@v2
- run: ./gradlew assembleDebug ktlintCheck testsOnCi
- run: ./gradlew assembleDebug spotlessCheck testsOnCi