chore(update.yml): update Sort JSON files step to exclude "genericTrans" directory

This commit is contained in:
2024-07-01 13:54:26 +07:00
parent c2464946fd
commit f1de8e4e40

View File

@@ -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: |