Skip to content

Commit

Permalink
chore(deps): update yutailang0119/action-android-lint action to v4 (#136
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent f4e8ebe commit 1db0f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
./gradlew :core:apiCheck
./gradlew :core:testDebugUnitTest
./gradlew lint lintKotlin :demo:assembleDebug
- uses: yutailang0119/action-android-lint@v3.1.0
- uses: yutailang0119/action-android-lint@v4.0.0
name: App Lint errors to annotations
if: ${{ failure() }}
continue-on-error: true # lint may be ok
with:
xml_path: app/build/reports/lint-results-debug.xml
- uses: yutailang0119/action-android-lint@v3.1.0
- uses: yutailang0119/action-android-lint@v4.0.0
name: Lib Lint errors to annotations
if: ${{ failure() }}
continue-on-error: true # lint may be ok
Expand Down

0 comments on commit 1db0f80

Please sign in to comment.