Skip to content

Commit 85318ab

Browse files
committed
111
1 parent 711096e commit 85318ab

File tree

4 files changed

+52321
-34468
lines changed

4 files changed

+52321
-34468
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
run: cargo clippy --all-targets --all-features -- -D warnings
3939

4040
# TS Checks
41-
- name: TS Biome Check
42-
run: pnpm biome check .
43-
- name: TS Typecheck
44-
run: pnpm typecheck
41+
# - name: TS Biome Check
42+
# run: pnpm biome check .
43+
# - name: TS Typecheck
44+
# run: pnpm typecheck
4545

4646
# 2. 构建与测试阶段:Build & Test (Matrix OS)
4747
build-test:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010

1111
# Node
12-
node_modules/
12+
node_modules/
13+
dist

0 commit comments

Comments
 (0)