Skip to content

Commit a6e4d74

Browse files
committed
fix: App Store CD에 SwiftLint 설치 단계 추가
1 parent 9bbe10d commit a6e4d74

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/appstore.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ jobs:
7676
install: true
7777
cache: true
7878

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+
7989
- name: Generate Xcode workspace with Tuist
8090
shell: bash
8191
run: |

0 commit comments

Comments
 (0)