test: pretty i18n files on download (#47835)

pull/47780/head^2
Tom 2022-10-04 15:36:53 -05:00 committed by GitHub
parent 58927bf56a
commit 60fd6716b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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