Skip to content

Commit 9d008bb

Browse files
committed
fix: update ci
1 parent 3d575cb commit 9d008bb

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
@@ -56,7 +56,7 @@ jobs:
5656
- pnpm --filter '*typescript*' build
5757
- pnpm --filter '*vitest*' test:unit
5858
- pnpm --filter '*eslint*' --filter '!*nightwatch*' lint --no-fix --max-warnings=0
59-
- pnpm --filter '*prettier*' format --write --check
59+
- pnpm --filter '*prettier*' format
6060
# FIXME: it's failing now
6161
# - pnpm --filter '*with-tests*' test:unit
6262
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)