Skip to content

Commit 44b7e64

Browse files
committed
fix ci
1 parent ddd7024 commit 44b7e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pnpm build
3030

3131
- name: Run Svelte Check
32-
- run: pnpm check
32+
run: pnpm check
3333

3434
# TODO: re-enable tests in CI
3535
# test:
@@ -69,4 +69,4 @@ jobs:
6969
run: pnpm build
7070

7171
- name: Run Prettier
72-
- run: pnpm format:check
72+
run: pnpm format:check

0 commit comments

Comments
 (0)