Create a specific step for ktlint

This commit is contained in:
Benoit Marty 2019-10-09 15:11:21 +02:00
parent cdfc402599
commit 68db9c1cc0

View file

@ -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"