We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83db54f commit c83fbfeCopy full SHA for c83fbfe
.github/workflows/ci.yml
@@ -32,10 +32,10 @@ jobs:
32
run: pnpm install
33
34
# 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
+# - name: Rust Format Check
+# run: cargo fmt --all -- --check
+# - name: Rust Clippy
+# run: cargo clippy --all-targets --all-features -- -D warnings
39
40
# TS Checks
41
# - name: TS Biome Check
0 commit comments