Skip to content

Commit

Permalink
chore: apply prettier to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Aug 30, 2023
1 parent 97824f4 commit 6963155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
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 }}

0 comments on commit 6963155

Please sign in to comment.