Skip to content

Commit

Permalink
build(CI): update GitHub Action script to remove SwiftLint install
Browse files Browse the repository at this point in the history
* Also set the explicit version of Xcode 12 (12.4)
  • Loading branch information
renaudjenny committed Feb 16, 2021
1 parent 5acd6de commit 7abdd35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/xcodetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ jobs:
matrix:
run-config:
- { title: 'Xcode 11.7', xcodeVersion: '11.7' }
- { title: 'Xcode 12', xcodeVersion: '12' }
- { title: 'Xcode 12.4', xcodeVersion: '12.4' }

steps:
- uses: actions/checkout@v2

- name: Install SwiftLint
run: brew install swiftlint

- name: Linter
run: swiftlint

Expand Down

0 comments on commit 7abdd35

Please sign in to comment.