1 parent 9bbe10d commit a6e4d74Copy full SHA for a6e4d74
1 file changed
.github/workflows/appstore.yml
@@ -76,6 +76,16 @@ jobs:
76
install: true
77
cache: true
78
79
+ - name: Install SwiftLint
80
+ env:
81
+ HOMEBREW_REQUIRE_TAP_TRUST: "1"
82
+ shell: bash
83
+ run: |
84
+ set -euo pipefail
85
+
86
+ brew list swiftlint >/dev/null 2>&1 || brew install swiftlint
87
+ swiftlint version
88
89
- name: Generate Xcode workspace with Tuist
90
shell: bash
91
run: |
0 commit comments