mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +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"
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user