Skip to content

Commit

Permalink
Remove a leading space from the Buildkite "Linter" group label (#19008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Jul 7, 2022
2 parents 1378660 + 8a5a35c commit b6e453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
#################
# Linters
#################
- group: " Linters"
- group: "Linters"
steps:
- label: "🧹 Lint Translations"
command: "gplint /workdir/WordPress/Resources/AppStoreStrings.po"
Expand Down

0 comments on commit b6e453a

Please sign in to comment.