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"