Skip to content

Commit

Permalink
Only lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 10, 2024
1 parent 7b77760 commit e242ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Android SDK
uses: hannesa2/action-android/[email protected]
- name: Code checks
run: ./gradlew check
run: ./gradlew lint
- name: Archive Lint report
uses: actions/[email protected]
if: ${{ always() }}
Expand Down

0 comments on commit e242ac6

Please sign in to comment.