Verify i18n in CI
This commit is contained in:
parent
bba167c433
commit
6b07186078
3 changed files with 20 additions and 0 deletions
|
@ -44,3 +44,12 @@ steps:
|
|||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "node:10"
|
||||
|
||||
- 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"
|
Loading…
Add table
Add a link
Reference in a new issue