Skip to content

Commit 8465aa9

Browse files
committed
chore: update the "prettier" process to take into account only certain file types
1 parent 4eb1a05 commit 8465aa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Prettify code
2828
uses: creyD/[email protected]
29+
with:
30+
prettier_options: --write src/**/*.{js,json,md}
2931
build:
3032
# The type of runner that the job will run on
3133
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)