Verify i18n in CI
To protect developers from mistakes such as missing strings or getting them out of order.
This commit is contained in:
parent
111b28971a
commit
f6af464fff
3 changed files with 20 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue