Skip to content

Commit 43428ca

Browse files
committed
ci: add lint to android-test job
1 parent fbd7212 commit 43428ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
name: Fastlane - run all tests with coverage report
5555
command: |
5656
bundle exec fastlane testDev
57+
bundle exec fastlane lint
5758
- save_gradle_cache
5859
- save_bundler_cache
5960
- run:

fastlane/Fastfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ platform :android do
3333
])
3434
end
3535

36+
desc "Runs lint"
37+
lane :lint do
38+
gradle(task: "lintDebug")
39+
end
40+
3641
desc "Deploy to Firebase AppTester Dev channel"
3742
lane :distDev do
3843
gradle(tasks: [

0 commit comments

Comments
 (0)