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 4eb1a05 commit 8465aa9Copy full SHA for 8465aa9
.github/workflows/deploy.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Prettify code
28
uses: creyD/[email protected]
29
+ with:
30
+ prettier_options: --write src/**/*.{js,json,md}
31
build:
32
# The type of runner that the job will run on
33
if: github.event_name != 'pull_request'
0 commit comments