Skip to content

Commit c83fbfe

Browse files
committed
123
1 parent 83db54f commit c83fbfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: pnpm install
3333

3434
# Rust Checks
35-
- name: Rust Format Check
36-
run: cargo fmt --all -- --check
37-
- name: Rust Clippy
38-
run: cargo clippy --all-targets --all-features -- -D warnings
35+
# - name: Rust Format Check
36+
# run: cargo fmt --all -- --check
37+
# - name: Rust Clippy
38+
# run: cargo clippy --all-targets --all-features -- -D warnings
3939

4040
# TS Checks
4141
# - name: TS Biome Check

0 commit comments

Comments
 (0)