mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 00:54:53 +00:00
chore(update.yml): update Sort JSON files step to exclude "genericTrans" directory
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
run: prettier --write "local-files/*.json" "local-files/**/*.json"
|
||||
|
||||
- name: Sort JSON files
|
||||
run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/lyrics/*" -exec sort-json {} +
|
||||
run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/*" -exec sort-json {} +
|
||||
|
||||
- name: Authorize Git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user