Skip to content

Commit 0ceee09

Browse files
aabhas-saoftonato
authored andcommitted
fix: syntax error in deploy.yml, prettier_options (#313)
1 parent 7522b7f commit 0ceee09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Prettify code
3131
uses: creyD/[email protected]
3232
with:
33-
prettier_options: "src/**/*.{ts,jsx,js,css,html,json,md}" --write
33+
prettier_options: "--write src/**/*.{ts,jsx,js,css,html,json,md}"
3434
only_changed: True
3535
build:
3636
# The type of runner that the job will run on

0 commit comments

Comments
 (0)