Don't apply ktlint
Kotlin Multiplatform CI / verify (push) Failing after 1m34s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Test / test (push) Successful in 19s

This commit is contained in:
2026-08-07 22:39:31 +07:00
parent edf813604c
commit 1b7362be78
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- run: chmod +x gradlew
- run: ./gradlew clean
- run: ./gradlew ktlintCheck
# - run: ./gradlew ktlintCheck
- run: ./gradlew detekt
- run: ./gradlew test
- run: ./gradlew build