Verify i18n in CI

To protect developers from mistakes such as missing strings or getting them out of order.
This commit is contained in:
Travis Ralston 2019-07-11 09:39:22 -06:00
parent 111b28971a
commit f6af464fff
3 changed files with 20 additions and 0 deletions

View file

@ -85,6 +85,15 @@ steps:
image: "node:10"
propagate-environment: true
- label: "🌐 i18n"
command:
# Do the things needed to actually run the i18n stuff
- "yarn install"
- "yarn diff-i18n"
plugins:
- docker#v3.0.1:
image: "node:10"
- wait
- label: "🐴 Trigger riot-web"