From 6963155252ad81da90211a96c997fa207442c1d1 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Wed, 30 Aug 2023 17:35:50 +0100 Subject: [PATCH] chore: apply prettier to all files --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index ba901b18cf..658c6de98f 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,6 +16,6 @@ jobs: - name: Prettify code uses: creyD/prettier_action@v4.3 with: - prettier_options: --write ./Extensions/*.js ./jsHelper/{homeConfig,sidebarConfig}.js CustomApps/**/*{.js,.css} + prettier_options: --write . commit_message: "style: prettify code" github_token: ${{ secrets.SPICETIFY_GITHUB_TOKEN }}