GitLab CI: check yarn i18n

This commit is contained in:
Alex Gleason 2023-10-11 15:19:47 -05:00
parent f6251a221a
commit c62e595c58
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 6 additions and 0 deletions

View File

@ -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