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