Skip to content

Commit

Permalink
try to fix prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed May 21, 2024
1 parent 890da47 commit 0efe030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write *.html --print-width 200
prettier_options: --write **/*.html --print-width 200
commit_message: "chore: prettier"

0 comments on commit 0efe030

Please sign in to comment.