From 08e396c02c34519bc9516e6b45931f9a8db9ad5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 4 Mar 2026 07:58:08 +0100 Subject: [PATCH] refactor: Remove unused localizations --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 303e577b9..c809d5481 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -12,13 +12,13 @@ jobs: - uses: webiny/action-conventional-commits@v1.3.1 - run: ./scripts/generate-locale-config.sh - run: git diff --exit-code - - name: Check for unused translations - run: flutter pub run translations_cleaner list-unused-terms -a - run: cat .github/workflows/versions.env >> $GITHUB_ENV - uses: subosito/flutter-action@v2 with: flutter-version: ${{ env.FLUTTER_VERSION }} cache: true + - name: Check for unused translations + run: flutter pub run translations_cleaner list-unused-terms -a - run: flutter pub get - name: Check if pubspec.lock is up to date run: git diff --exit-code pubspec.lock