Skip to content

Commit

Permalink
Update CI to run swiftlint to avoid regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx committed Feb 24, 2021
1 parent 76662f0 commit 9400090
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ jobs:
- checkout
- access-token-configs
- make-deps
- run: brew install swiftlint
- run: brew update && brew install swiftlint
- run: swiftlint lint --strict
- build-scheme:
scheme: MapboxMapsAnnotations
- build-scheme:
Expand Down

0 comments on commit 9400090

Please sign in to comment.