We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7522b7f commit 0ceee09Copy full SHA for 0ceee09
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Prettify code
31
uses: creyD/[email protected]
32
with:
33
- prettier_options: "src/**/*.{ts,jsx,js,css,html,json,md}" --write
+ prettier_options: "--write src/**/*.{ts,jsx,js,css,html,json,md}"
34
only_changed: True
35
build:
36
# The type of runner that the job will run on
0 commit comments