GitLab CI: check yarn i18n
This commit is contained in:
parent
f6251a221a
commit
c62e595c58
|
@ -62,6 +62,12 @@ build:
|
|||
paths:
|
||||
- soapbox.zip
|
||||
|
||||
i18n:
|
||||
stage: test
|
||||
script:
|
||||
- yarn i18n
|
||||
- git diff --quiet || (echo "Locale files are out of date. Please run `yarn i18n`" && exit 1)
|
||||
|
||||
docs-deploy:
|
||||
stage: deploy
|
||||
image: alpine:latest
|
||||
|
|
Loading…
Reference in New Issue