mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
test: pretty i18n files on download (#47835)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user