From 35dafb2b52aadc7d67b32a09eb2ae95b62fc00e9 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 5 Dec 2024 13:06:04 -0500 Subject: [PATCH] Add missing swiftlint binary --- .github/actions/ci/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index b30547be..61a6d45e 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -24,10 +24,10 @@ runs: with: xcode-version: ${{ inputs.xcode-version }} - - name: Install mint + - name: Install mint and swiftlint shell: bash run: | - brew install mint + brew install mint swiftlint - name: Install cocoapods shell: bash