Skip to content

Commit 45ac4e8

Browse files
committed
Use same emoji as the plugin for the .strings generation lint step
1 parent 77248c5 commit 45ac4e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,7 @@ steps:
123123
plugins: *common_plugins
124124
agents:
125125
queue: "android"
126-
# Runs the `.strings` generation automation to ensure all the
127-
# `LocalizedString` calls in the code can be correctly parsed by Apple's
128-
# `genstrings`.
129-
- label: "Lint Localized Strings Format"
126+
- label: ":sleuth_or_spy: Lint Localized Strings Format"
130127
command: .buildkite/commands/lint-localized-strings-format.sh
131128
plugins: *common_plugins
132129
env: *common_env

0 commit comments

Comments
 (0)