mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 18:05:32 -05:00
feat(tools): run prettier on JSON (#47595)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user