We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0157b commit 7dbf6e8Copy full SHA for 7dbf6e8
.github/workflows/android.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
- run: ./gradlew build
+ run: ./gradlew build -x lintDebug
0 commit comments