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 f4e8ebe commit 1db0f80Copy full SHA for 1db0f80
.github/workflows/build.yml
@@ -22,13 +22,13 @@ jobs:
22
./gradlew :core:apiCheck
23
./gradlew :core:testDebugUnitTest
24
./gradlew lint lintKotlin :demo:assembleDebug
25
- - uses: yutailang0119/action-android-lint@v3.1.0
+ - uses: yutailang0119/action-android-lint@v4.0.0
26
name: App Lint errors to annotations
27
if: ${{ failure() }}
28
continue-on-error: true # lint may be ok
29
with:
30
xml_path: app/build/reports/lint-results-debug.xml
31
32
name: Lib Lint errors to annotations
33
34
0 commit comments