Skip to content

Commit 65c3a70

Browse files
committed
Fix indentation
1 parent 04c5857 commit 65c3a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
run: pnpm run build
137137
- name: Check output types
138138
run: |
139-
npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts
140-
npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts
139+
npx -y -p typescript tsc --lib es2020,dom npm/oxc-wasm/oxc_wasm.d.ts
140+
npx -y -p typescript tsc --lib es2020,dom npm/parser-wasm/node/oxc_parser_wasm.d.ts
141141
142142
typos:
143143
name: Spell Check

0 commit comments

Comments
 (0)