Skip to content

Commit

Permalink
Bump yutailang0119/action-android-lint from 3.1.0 to 4.0.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyund authored Apr 16, 2024
2 parents 06b7e0f + 5b0a356 commit f9438be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: chmod +x gradlew
- name: GitHub Action for Android Lint
run: ./gradlew lint
- uses: yutailang0119/action-android-lint@v3.1.0
- uses: yutailang0119/action-android-lint@v4.0.0
with:
report-path: '**/build/reports/*.xml' # Support glob patterns by https://www.npmjs.com/package/@actions/glob
continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.
Expand Down

0 comments on commit f9438be

Please sign in to comment.