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
1 changed files with 1 additions and 1 deletions

View File

@ -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: