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 d412971 commit 69caea7Copy full SHA for 69caea7
.github/workflows/format-with-prettier.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Install dependencies
27
run: npm ci
28
29
- - name: Run Prettier check
30
- run: npx prettier --check "**/*.{js,jsx,ts,tsx,json,css,scss,md,html,yml,yaml}"
+ - name: Run Prettier write
+ run: npx prettier --write "**/*.{js,jsx,ts,tsx,json,css,scss,md,html,yml,yaml}"
0 commit comments