We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe7872 commit 155956eCopy full SHA for 155956e
1 file changed
.github/workflows/ci.yml
@@ -19,9 +19,7 @@ jobs:
19
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
20
21
- 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 /
+ run: HOMEBREW_NO_AUTO_UPDATE=1 brew install swiftlint
25
26
- name: Run SwiftLint
27
run: swiftlint lint --reporter github
0 commit comments