From 60fd6716b23108fe1db1c33f439d330bcf9019db Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:36:53 -0500 Subject: [PATCH] test: pretty i18n files on download (#47835) --- .github/workflows/crowdin-download.client-ui.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 419c52b88b4..09df5bc1f67 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -243,7 +243,12 @@ jobs: # writes. - name: Format JSON run: | - sudo chmod 664 client/i18n/locales/**/*.json + pwd + whoami + groups $(whoami) + ls -l client/i18n + ls -l client/i18n/locales + ls -l client/i18n/locales/chinese npx --yes prettier --write client/i18n/locales/**/*.json # Create Commit