mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Create a specific step for ktlint
This commit is contained in:
parent
cdfc402599
commit
68db9c1cc0
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue