Skip to content

Commit

Permalink
Merge pull request #108 from IABTechLab/dave/fix-ios-release
Browse files Browse the repository at this point in the history
Ensure swiftlint is installed for iOS publish action
  • Loading branch information
dcaunt authored May 2, 2024
2 parents 76148fd + 5c11f2f commit 2ca1bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2ca1bb9

Please sign in to comment.