Skip to content

Commit

Permalink
ci: add android lint validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jun 21, 2022
1 parent f421f7a commit 8be209d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: ./gradlew :parsely:assembleDebug
- name: Build example app
run: ./gradlew :example:assembleDebug
- name: Android Lint
run: ./gradlew lint
- name: Validate Maven publication
run: ./gradlew :parsely:publishReleasePublicationToMavenLocal
env:
Expand Down

0 comments on commit 8be209d

Please sign in to comment.