Skip to content

Commit 69caea7

Browse files
authored
Update format-with-prettier.yml
1 parent d412971 commit 69caea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-with-prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Install dependencies
2727
run: npm ci
2828

29-
- name: Run Prettier check
30-
run: npx prettier --check "**/*.{js,jsx,ts,tsx,json,css,scss,md,html,yml,yaml}"
29+
- name: Run Prettier write
30+
run: npx prettier --write "**/*.{js,jsx,ts,tsx,json,css,scss,md,html,yml,yaml}"

0 commit comments

Comments
 (0)