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 a6ac356 commit 333de73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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-aam}/index.html" --print-width 200
prettier_options: --write **/index.html --print-width 200
commit_message: "chore: prettier"
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/index.html

0 comments on commit 333de73

Please sign in to comment.