Skip to content

Commit a22e745

Browse files
committed
Add step to lint .strings generation in CI
1 parent 5fe3b03 commit a22e745

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash -eu
2+
3+
echo "--- :writing_hand: Copy Files"
4+
SECRETS_DIR=~/.configure/woocommerce-ios/secrets
5+
mkdir -pv $SECRETS_DIR
6+
cp -v fastlane/env/project.env.example $SECRETS_DIR/project.env
7+
8+
lint_localized_strings_format

.buildkite/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ steps:
7070
- github_commit_status:
7171
context: "Lint Translations"
7272

73+
- label: ":sleuth_or_spy: Lint Localized Strings Format"
74+
command: .buildkite/commands/lint-localized-strings-format.sh
75+
plugins: *common_plugins
76+
env: *common_env
77+
7378
#################
7479
# UI Tests
7580
#################

0 commit comments

Comments
 (0)