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.
2 parents cd713db + 9032960 commit a25bb26Copy full SHA for a25bb26
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