mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-07 02:02:31 +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"
|
run: prettier --write "local-files/*.json" "local-files/**/*.json"
|
||||||
|
|
||||||
- name: Sort JSON files
|
- 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
|
- name: Authorize Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user