Skip to content

Commit 9205e71

Browse files
committed
fix: to not use lint in kotlin
1 parent efdce31 commit 9205e71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sdk-build-validation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,14 @@ jobs:
163163
apple|swift)
164164
swift build
165165
;;
166-
android|kotlin)
166+
android)
167167
chmod +x ./gradlew || true
168168
./gradlew build -x lint
169169
;;
170+
kotlin)
171+
chmod +x ./gradlew || true
172+
./gradlew build
173+
;;
170174
php)
171175
composer install
172176
;;

0 commit comments

Comments
 (0)