1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Call the correct command for knit

See https://github.com/Kotlin/kotlinx-knit#tasks
This commit is contained in:
Benoit Marty
2022-07-28 12:08:46 +02:00
committed by Benoit Marty
parent 4d62e75c65
commit 66fa285910

View File

@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run knit
run: |
./gradlew knit
./gradlew knitCheck
# Check the project: ktlint, detekt, lint
lint: