Skip to content

Commit

Permalink
Add missing swiftlint binary
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Dec 5, 2024
1 parent 5d9dc3a commit 35dafb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35dafb2

Please sign in to comment.