aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-03-18 11:25:44 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-03-18 11:40:30 +0530
commit67df6e27d0e677e6a437202e9631c04f1901d7c5 (patch)
tree295534bec19e9d24b40f7cb1a96b9e6c45aa01a1 /.github
parent91fce4dce78da73fe551fa90bb4975a8c250e0f5 (diff)
github: run ktfmt checks in CI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 3f459070..fa69d324 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -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' }}