diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a4b8d..16f1c8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: xcodebuild -version - name: Lint Swift run: | + if [[ ! -f "/usr/local/bin/swiftlint" ]]; then + brew install swiftlint + fi swiftlint - name: Build & test SwiftPM run: |