Skip to content

Commit

Permalink
Call the correct command for knit
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jul 28, 2022
1 parent 73b8460 commit e4441e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run knit
run: |
./gradlew knit
./gradlew knitCheck
# Check the project: ktlint, detekt, lint
lint:
Expand Down

0 comments on commit e4441e2

Please sign in to comment.