mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-16 06:21:27 +02:00
github: run ktfmt checks in CI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
91fce4dce7
commit
67df6e27d0
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue