We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806ed92 commit 84aa1a3Copy full SHA for 84aa1a3
1 file changed
.github/workflows/ci.yml
@@ -18,8 +18,13 @@ jobs:
18
- name: Select Xcode
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.54.0/SwiftLint.pkg -o SwiftLint.pkg
24
+ sudo installer -pkg SwiftLint.pkg -target /
25
+
26
- name: Run SwiftLint
- uses: realm/SwiftLint@v1
27
+ run: swiftlint lint --reporter github
28
29
- name: Build package
30
run: swift build -v
0 commit comments