chore(dispatch.yml): modify Sort JSON files step to exclude sorting JSON files in "local-files/genericTrans/lyrics" directory

This commit is contained in:
2024-07-01 11:18:38 +07:00
parent a1d2d6b4e0
commit dbfa565b10

View File

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