about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-25 01:17:01 +0200
committerGitHub <noreply@github.com>2018-10-25 01:17:01 +0200
commit9b5348240eb78814690691288c655ede7d7f9415 (patch)
tree6204a96250d7bdc9ea0000adde2459cf05b19cfe /.circleci
parente8ffecbd3606a1558563e0cb5f8ea296a6ab2ede (diff)
Add consistent interpolations check to CircleCI (#9072)
* Add consistent interpolations check to CircleCI

* Fix locale strings using wrong variables
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index add73d677..c1b963472 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,8 +13,8 @@ aliases:
           ALLOW_NOPAM: true
           CONTINUOUS_INTEGRATION: true
           DISABLE_SIMPLECOV: true
-          PAM_ENABLED: true	
-          PAM_DEFAULT_SERVICE: pam_test	
+          PAM_ENABLED: true
+          PAM_DEFAULT_SERVICE: pam_test
           PAM_CONTROLLED_SERVICE: pam_test_controlled
     working_directory: ~/projects/mastodon/
 
@@ -176,6 +176,7 @@ jobs:
       - run: bundle exec i18n-tasks check-normalized
       - run: bundle exec i18n-tasks unused
       - run: bundle exec i18n-tasks missing-plural-keys
+      - run: bundle exec i18n-tasks check-consistent-interpolations
 
 workflows:
   version: 2