Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Apr 18, 2020
1 parent f287b78 commit f297390
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
paths:
- .github/workflows/android-lint.yml
- '*/src/**'
- '**.kts'
- gradle/**
- '**.gradle'
- gradle.properties
Expand All @@ -32,7 +31,7 @@ jobs:
with:
java-version: 1.8
- run: ./gradlew lint
- uses: yutailang0119/action-android-lint@v1.0.1
- uses: yutailang0119/action-android-lint@v1.0.2
with:
xml_path: build/reports/lint-results.xml
```
Expand Down

0 comments on commit f297390

Please sign in to comment.