Skip to content

Commit

Permalink
fix: lint only debug buildtype
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jun 22, 2022
1 parent 7e0e33a commit 1ea570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build example app
run: ./gradlew :example:assembleDebug
- name: Android Lint
run: ./gradlew lint
run: ./gradlew lintDebug
- name: Validate Maven publication
run: ./gradlew :parsely:publishReleasePublicationToMavenLocal
env:
Expand Down

0 comments on commit 1ea570b

Please sign in to comment.