github: run ktfmt checks in CI

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-18 11:25:44 +05:30
parent 91fce4dce7
commit 67df6e27d0
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -42,7 +42,7 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6
with:
arguments: apiCheck testFreeDebug lintFreeDebug
arguments: apiCheck testFreeDebug lintFreeDebug ktfmtCheck
- name: Run instrumentation tests
if: ${{ steps.service-changed.outputs.result == 'true' }}