Skip to content

Commit 037ff27

Browse files
Add fmt:check to CI
1 parent 9540493 commit 037ff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
cache: pnpm
1919

2020
- run: pnpm install --frozen-lockfile
21-
- run: pnpm lint
21+
- run: pnpm fmt:check
2222
- run: pnpm type-check
2323
- run: pnpm build

0 commit comments

Comments
 (0)