Skip to content

Commit 155956e

Browse files
committed
Install SwiftLint via Homebrew bottle in CI
1 parent 0fe7872 commit 155956e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
2020

2121
- name: Install SwiftLint
22-
run: |
23-
curl -L https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLint.pkg -o SwiftLint.pkg
24-
sudo installer -pkg SwiftLint.pkg -target /
22+
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install swiftlint
2523

2624
- name: Run SwiftLint
2725
run: swiftlint lint --reporter github

0 commit comments

Comments
 (0)