Skip to content

Commit 18571a2

Browse files
committed
chore: skip format in windows
1 parent 555eb97 commit 18571a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ jobs:
8181
run: pnpm install --frozen-lockfile
8282

8383
- name: Format
84+
if: runner.os == 'Linux'
8485
run: pnpm format:check
8586

8687
- name: Build
8788
run: pnpm build
8889

8990
- name: TypeCheck
91+
if: runner.os == 'Linux'
9092
run: pnpm typecheck
9193

9294
- name: Install xvfb and dependencies (Linux only)

0 commit comments

Comments
 (0)