Skip to content

Commit

Permalink
Remove swiftlint install
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jun 14, 2021
1 parent f08748b commit b164eda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b164eda

Please sign in to comment.