From c62e595c58ddbc933b5d29f413c8d45766d5a352 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 11 Oct 2023 15:19:47 -0500 Subject: [PATCH] GitLab CI: check yarn i18n --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82f0cd79f..dbc2c6b3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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