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 90ddbd3 commit fd263c1Copy full SHA for fd263c1
.github/workflows/ci.yml
@@ -62,4 +62,4 @@ jobs:
62
restore-keys: ${{ runner.os }}-gradle-
63
64
- name: Gradle Build
65
- run: ./gradlew clean build --stacktrace
+ run: ./gradlew clean build ktfmtCheck --stacktrace
0 commit comments