Skip to content

Commit 6a77551

Browse files
committed
Fix README
1 parent 76b2511 commit 6a77551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- run: ./gradlew lint
3838
- uses: yutailang0119/action-android-lint@v3
3939
with:
40-
ignore-warnings: true # Ignore Lint Warnings
4140
report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob
41+
ignore-warnings: true # Ignore Lint Warnings
4242
continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.
4343
```
4444

0 commit comments

Comments
 (0)