Skip to content

Commit

Permalink
ci: fix ktlint gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-Geenexus committed Aug 4, 2024
1 parent fa28b59 commit a134385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
java-version: 17

- name: Run ktlint
run: ./gradlew lintKotlin
run: ./gradlew ktlintCheck

0 comments on commit a134385

Please sign in to comment.