GitLab CI: check yarn i18n
This commit is contained in:
parent
f6251a221a
commit
c62e595c58
|
@ -62,6 +62,12 @@ build:
|
||||||
paths:
|
paths:
|
||||||
- soapbox.zip
|
- 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:
|
docs-deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|
Loading…
Reference in New Issue