Skip to content

Commit

Permalink
Adding Pod lib lint to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPAlmeida committed Nov 19, 2018
1 parent 130a183 commit dae9447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- run:
name: Run Danger
command: bundle exec danger
- run:
name: CocoaPods Spec linting
command: pod lib lint
- run:
name: Send Code Coverage to Codecov.io
command: bash <(curl -s https://codecov.io/bash) -J Moya
Expand Down

0 comments on commit dae9447

Please sign in to comment.