From 5c11f2f2d270960809f6736dd44179db3c2eab8c Mon Sep 17 00:00:00 2001 From: Dave Snabel-Caunt Date: Thu, 2 May 2024 12:57:12 +0100 Subject: [PATCH] Ensure swiftlint is installed for iOS action --- .github/workflows/shared-publish-to-ios-version.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shared-publish-to-ios-version.yaml b/.github/workflows/shared-publish-to-ios-version.yaml index ce04f41f..47a35d2a 100644 --- a/.github/workflows/shared-publish-to-ios-version.yaml +++ b/.github/workflows/shared-publish-to-ios-version.yaml @@ -52,7 +52,9 @@ jobs: working_dir: ${{ inputs.working_dir }} - name: Lint code - run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging + run: | + brew install swiftlint + swiftlint lint --config .swiftlint.yml --reporter github-actions-logging - name: Update UID2.Client.ios run: |