Skip to content

Commit

Permalink
Put SwiftLint back on all of the GitHub runners too.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Feb 5, 2025
1 parent f635f2a commit 71f8ffe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci_scripts/ci_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ setup_github_actions_environment() {
unset HOMEBREW_NO_INSTALL_FROM_API
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1

brew update && brew install xcodegen swiftformat git-lfs a7ex/homebrew-formulae/xcresultparser

# brew "swiftlint" # Fails on the CI: `Target /usr/local/bin/swiftlint Target /usr/local/bin/swiftlint already exists`. Installed through https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#linters
brew update && brew install xcodegen swiftlint swiftformat git-lfs a7ex/homebrew-formulae/xcresultparser

bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 71f8ffe

Please sign in to comment.