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 818c530 commit 890da47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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/prettier_action@v4.3
with:
prettier_options: . --write --print-width 200
prettier_options: --write *.html --print-width 200
commit_message: "chore: prettier"
5 changes: 1 addition & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# ignore all
**/*
# allow-list
!html-aam/index.html
/index.html

0 comments on commit 890da47

Please sign in to comment.