Skip to content

Commit

Permalink
added install swiflint step to more ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jul 14, 2021
1 parent 507b4da commit ceea56d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ commands:
directory:
type: string
steps:
- run:
name: Install swiftlint
command: brew install swiftlint
- install-gems:
directory: << parameters.directory >>
- scan-and-archive:
Expand Down Expand Up @@ -158,6 +161,9 @@ jobs:
steps:
- checkout
- trust-github-key
- run:
name: Install swiftlint
command: brew install swiftlint

# Bundler
- restore_cache:
Expand Down

0 comments on commit ceea56d

Please sign in to comment.