Skip to content

Commit efdce31

Browse files
ChiragAgg5kclaude
andcommitted
Skip lint checks in Android/Kotlin build validation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9758a73 commit efdce31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
;;
166166
android|kotlin)
167167
chmod +x ./gradlew || true
168-
./gradlew build
168+
./gradlew build -x lint
169169
;;
170170
php)
171171
composer install

0 commit comments

Comments
 (0)