Skip to content

Commit b5f27d8

Browse files
committed
Add SwiftLint to release workflow
1 parent b0f0245 commit b5f27d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/Release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
xcode-version: latest-stable
2020

21+
- name: Install SwiftLint
22+
run: brew install swiftlint
23+
2124
- name: Build
2225
run: |
2326
xcodebuild archive \

0 commit comments

Comments
 (0)