From 68db9c1cc00e41bc25a966692a02224ed19c87be Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 9 Oct 2019 15:11:21 +0200 Subject: [PATCH] Create a specific step for ktlint --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index fb2c36743d..ecc3120588 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -56,5 +56,8 @@ steps: - label: "Code quality" command: - "./tools/check/check_code_quality.sh" + + - label: "ktlint" + command: - "curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.34.2/ktlint && chmod a+x ktlint" - "./ktlint --android -v"