From 59de73744c0e5888c4c5a1d7e0643b0dcffd9ef7 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 5 Feb 2025 11:28:41 +0000 Subject: [PATCH] Add SwiftLint to all of the runners too. --- ci_scripts/ci_common.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index 0b07e339a5..9ae2d30cef 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -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 swiftformat swiftlint git-lfs a7ex/homebrew-formulae/xcresultparser bundle config path vendor/bundle bundle install --jobs 4 --retry 3