From f1de8e4e4086f40eade3de4696297293931b883a Mon Sep 17 00:00:00 2001 From: Natsu Date: Mon, 1 Jul 2024 13:54:26 +0700 Subject: [PATCH] chore(update.yml): update Sort JSON files step to exclude "genericTrans" directory --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fb513771..0c0363c8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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: |