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 76b2511 commit 6a77551Copy full SHA for 6a77551
README.md
@@ -37,8 +37,8 @@ jobs:
37
- run: ./gradlew lint
38
- uses: yutailang0119/action-android-lint@v3
39
with:
40
- ignore-warnings: true # Ignore Lint Warnings
41
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
+ ignore-warnings: true # Ignore Lint Warnings
42
continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.
43
```
44
0 commit comments