Skip to content

Commit

Permalink
ci: another try to fix prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Dec 4, 2024
1 parent ed211b7 commit 160ae94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- name: Run prettier
uses: creyD/prettier_action@v4.3
with:
prettier_options: '"**/*.json" --check'
dry: true
prettier_options: "**/{.css,*.json,*.md,.js}"

0 comments on commit 160ae94

Please sign in to comment.