mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 00:54:53 +00:00
chore(workflow): Exclude masterTrans files from JSON sorting
This commit is contained in:
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@@ -60,7 +60,8 @@ jobs:
|
||||
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 {} +
|
||||
run: find local-files -type f -name '*.json' -not -path "local-files/genericTrans/*" -not -path "local-files/masterTrans/*" -exec sort-json {} +
|
||||
|
||||
|
||||
- name: Authorize Git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user