Skip to content

Commit af92c45

Browse files
committed
s
1 parent d922e13 commit af92c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm run lint
4545

4646
- name: Run formatting check
47-
run: pnpm prettier --check .
47+
run: pnpm run format:check
4848

4949
- name: Run type checking
5050
run: pnpm run typecheck

0 commit comments

Comments
 (0)