From 8a5a35c3d3fc8b93a8743c7a932aede717010e4c Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Fri, 8 Jul 2022 06:50:44 +1000 Subject: [PATCH] Remove a leading space that sunk in the Buildkite "Linter" `group` label See https://github.com/wordpress-mobile/WordPress-iOS/pull/19000#discussion_r916140310 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7edb1b3d4812..415f55112aa9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -96,7 +96,7 @@ steps: ################# # Linters ################# - - group: " Linters" + - group: "Linters" steps: - label: "🧹 Lint Translations" command: "gplint /workdir/WordPress/Resources/AppStoreStrings.po"