We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd713db commit 9032960Copy full SHA for 9032960
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,9 @@ jobs:
34
path: ~/.gradle/caches
35
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
36
restore-keys: ${{ runner.os }}-gradle
37
+
38
+ - name: Check if kotlin files are formatted correctly
39
+ run: ./gradlew runKtlint
40
41
- name: Build debug APK and run jvm tests
42
run: ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace
0 commit comments