From d558f0d6098a18945b55e9aee9122d6375018fc6 Mon Sep 17 00:00:00 2001 From: Takaya Funabiki <937552+numa08@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:48:22 +0900 Subject: [PATCH] generate l10n on pr --- .github/workflows/deploy-hosting-pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-hosting-pull_request.yml b/.github/workflows/deploy-hosting-pull_request.yml index c862907..0ff2115 100644 --- a/.github/workflows/deploy-hosting-pull_request.yml +++ b/.github/workflows/deploy-hosting-pull_request.yml @@ -27,6 +27,7 @@ jobs: flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }} cache: true - run: flutter pub get + - run: flutter gen-l10n - run: flutter build web - run: flutter analyze - uses: FirebaseExtended/action-hosting-deploy@v0