From ba240c6454a1d4ec48ef734ae460289c6f2b0128 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Fri, 1 Nov 2024 16:54:37 -0700 Subject: [PATCH] Use linter agent instead of default agent for SwiftLint --- .buildkite/pipeline.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 58fe2ae5a..d75e7216f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -11,13 +11,14 @@ steps: queue: mac - label: ":swift: SwiftLint" - command: run_swiftlint --strict - plugins: [$CI_TOOLKIT_PLUGIN] + command: swiftlint + env: + SWIFTLINT_OPTION_STRICT: true notify: - github_commit_status: - context: "SwiftLint" + context: SwiftLint agents: - queue: default + queue: linter - label: "🛠 Verify App Store Target Builds" command: .buildkite/commands/build-and-test-app-store.sh