Skip to content

Commit bd08f05

Browse files
committed
ci: enforce format check
1 parent 623ba51 commit bd08f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
- name: Run eslint
110110
run: pnpm run lint
111111

112-
# - name: Run prettier
113-
# run: pnpm run format-check
112+
- name: Run prettier
113+
run: pnpm run format-check
114114

115115
- name: Run type declaration tests
116116
run: pnpm run test-dts

0 commit comments

Comments
 (0)