Skip to content

Commit

Permalink
Update lint-checks.yml
Browse files Browse the repository at this point in the history
Trying to generate lint-report on the go for repo
  • Loading branch information
amitsid1408 authored Apr 23, 2024
1 parent 2965401 commit 8bfb30b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:

- name: Run Lint
run: ./gradlew lint
continue-on-error: true
uses: yutailang0119/action-android-lint@v4
with:
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
ignore-warnings: true # Ignore Lint Warnings
continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.

0 comments on commit 8bfb30b

Please sign in to comment.