mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 15:20:12 +01:00
Create a specific step for ktlint
This commit is contained in:
parent
cdfc402599
commit
68db9c1cc0
@ -56,5 +56,8 @@ steps:
|
|||||||
- label: "Code quality"
|
- label: "Code quality"
|
||||||
command:
|
command:
|
||||||
- "./tools/check/check_code_quality.sh"
|
- "./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"
|
- "curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.34.2/ktlint && chmod a+x ktlint"
|
||||||
- "./ktlint --android -v"
|
- "./ktlint --android -v"
|
||||||
|
Loading…
Reference in New Issue
Block a user