diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-12 04:58:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 04:58:33 +0200 |
commit | 9361981388ed372b0502aec7d74fee9cacb4cf86 (patch) | |
tree | e1576fa24b1559d0fa18a576f0fe950b086411d9 /.circleci | |
parent | 16cdaa1110878f84a542f0f9a6b323ba800f4e81 (diff) |
Add missing locale file for ga and add rake task to check for it (#11813)
* Add missing locale file for ga and add rake task to check for it * Update lib/tasks/repo.rake Co-Authored-By: Yamagishi Kazutoshi <ykzts@desire.sh> * Fix check-i18n build
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ab08ebae..ff8eb4859 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -173,9 +173,11 @@ jobs: <<: *defaults steps: - *attach_workspace + - *install_system_dependencies - run: bundle exec i18n-tasks check-normalized - run: bundle exec i18n-tasks unused -l en - run: bundle exec i18n-tasks check-consistent-interpolations + - run: bundle exec rake repo:check_locales_files workflows: version: 2 |