From afb438b13e78a5e96dc73a7ad8a628bd09ef9c06 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Mon, 24 Oct 2022 10:55:10 -0700 Subject: [PATCH] CI: removed redundant `swiftlint` installation (#1993) That's already part of `install-dependencies`. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 061f9350e3..cb8c9c07d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -365,9 +365,6 @@ jobs: <<: *base-job steps: - checkout - - run: - name: Install swiftlint - command: brew install swiftlint - install-dependencies - run: name: Build tvOS, watchOS and macOS