Skip to content

Commit

Permalink
ci: Refactor JSON file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed Feb 7, 2024
1 parent 1ffc84e commit 27b9b83
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/json_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:

- name: Format JSON files
run: |
npx jsonlint -i ios-device-identifiers.json
npx jsonlint -i tvos-device-identifiers.json
npx jsonlint -i watchos-device-identifiers.json
npx jsonlint -i mac-device-identifiers.json
npx jsonlint -i mac-device-identifiers-unique.json
for file in *.json; do
npx jsonlint -i "$file"
done
- name: Check JSON files have changed
run: |
Expand Down

0 comments on commit 27b9b83

Please sign in to comment.