From 8feeec5e08c0cd51e948aef586e8b6a1cc551391 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Fri, 1 Nov 2024 17:01:13 -0700 Subject: [PATCH] Remove unneeded quotes --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ce614faf..65acbc0f 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -40,12 +40,12 @@ steps: - label: ":swift: SwiftLint" command: swiftlint env: - SWIFTLINT_OPTION_STRICT: "true" + SWIFTLINT_OPTION_STRICT: true notify: - github_commit_status: - context: "SwiftLint" + context: SwiftLint agents: - queue: "linter" + queue: linter - label: "🧹 Lint" key: "lint"