mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +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…
Add table
Reference in a new issue