We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.strings
1 parent 0953505 commit a07fa39Copy full SHA for a07fa39
.buildkite/commands/lint-localized-strings-format.sh
@@ -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
@@ -70,6 +70,11 @@ steps:
70
- github_commit_status:
71
context: "Lint Translations"
72
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
78
#################
79
# UI Tests
80
0 commit comments