From b164eda5b95f3985325499220ed6108974921eb3 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:07:05 -0400 Subject: [PATCH] Remove swiftlint install --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce1bba..a5b2271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: destination: ["platform=macOS", "platform=iOS Simulator,name=iPhone 8"] steps: - uses: actions/checkout@v1 - - name: install swiftlint - run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew install swiftlint - name: update submodules run: git submodule update --init - name: xcodebuild test ${{ matrix.destination }}