mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 00:54:53 +00:00
chore(workflow): Update Prettier command to include additional JSON files
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
||||
run: npm install --global prettier sort-json
|
||||
|
||||
- name: Run Prettier
|
||||
run: prettier --write "local-files/*.json" "local-files/genericTrans/*.json"
|
||||
run: prettier --write "local-files/*.json" "local-files/genericTrans/index/*.json" "local-files/genericTrans/lyrics/*.json"
|
||||
|
||||
- name: Sort JSON files
|
||||
run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/*" -exec sort-json {} +
|
||||
|
||||
Reference in New Issue
Block a user