mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 16:21:26 +01:00
Call the correct command for knit
See https://github.com/Kotlin/kotlinx-knit#tasks
This commit is contained in:
parent
4d62e75c65
commit
66fa285910
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run knit
|
- name: Run knit
|
||||||
run: |
|
run: |
|
||||||
./gradlew knit
|
./gradlew knitCheck
|
||||||
|
|
||||||
# Check the project: ktlint, detekt, lint
|
# Check the project: ktlint, detekt, lint
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
Reference in New Issue
Block a user