diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 9e22c07852c..f692d557f26 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -238,6 +238,12 @@ jobs: # Uncomment below to debug # dryrun_action: true + # Format JSON + - name: Format JSON + run: | + npm ci + npx prettier --write client/i18n/locales/**/*.json + # Create Commit - name: Commit Changes uses: freecodecamp/crowdin-action@main