Skip to content

Commit 3332cfa

Browse files
committed
Fix commadn in format.yml
1 parent 7fa83a4 commit 3332cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
2929
- name: Format python using black
3030
run: black . --target-version py310
31-
- name: Format everything else using prettier
32-
run: prettier . -w
31+
- name: Run prettier
32+
run: npm run prettier -- . -w
3333

3434
- name: Commit and push changes if any
3535
run: |

0 commit comments

Comments
 (0)