Skip to content

Commit 39f2cf0

Browse files
committed
save
1 parent bb5a72f commit 39f2cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zxc-compile-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
npm ci
115115

116116
- name: Check Code Style
117-
if: ${{ inputs.enable-code-style-check && !cancelled() && !failure() }}
117+
if: ${{ runner.os == 'linux' && inputs.enable-code-style-check && !cancelled() && !failure() }}
118118
run: npm run check
119119

120120
- name: Run Unit Tests

0 commit comments

Comments
 (0)