From b2337b4a815708d07c7dea9bc154b3b4979b1c30 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 22 Oct 2024 15:42:49 +0100 Subject: [PATCH] Check translations status on CI (#5) --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index a8b4db50..e247d638 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -50,6 +50,7 @@ jobs: mix clean shell: sh - run: mix deps.get + - run: mix gettext.extract --check-up-to-date - run: mix test deploy: