mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Call the correct command for knit
See https://github.com/Kotlin/kotlinx-knit#tasks
This commit is contained in:
parent
4d62e75c65
commit
66fa285910
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Run knit
|
||||
run: |
|
||||
./gradlew knit
|
||||
./gradlew knitCheck
|
||||
|
||||
# Check the project: ktlint, detekt, lint
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue