Skip to content

Commit

Permalink
add ktfmtCheck to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Nov 2, 2022
1 parent 90ddbd3 commit fd263c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-

- name: Gradle Build
run: ./gradlew clean build --stacktrace
run: ./gradlew clean build ktfmtCheck --stacktrace

0 comments on commit fd263c1

Please sign in to comment.