Skip to content

Commit

Permalink
Add lint to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Sep 1, 2024
1 parent 00d7b65 commit 5cc9738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Run Unit Tests
run: ./gradlew testDebugUnitTest
run: ./gradlew testDebugUnitTest
- name: Lint
run: ./gradlew lintDebug

0 comments on commit 5cc9738

Please sign in to comment.