feat(tools): run prettier on JSON (#47595)

This commit is contained in:
Naomi Carrigan
2022-09-22 23:27:42 -07:00
committed by GitHub
parent 023d1e1fd1
commit 608583bfbc

View File

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