Skip to content

Commit b1a1d65

Browse files
committed
ci: remove clippy check
1 parent fa0e942 commit b1a1d65

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
working-directory: ./src-tauri
4545
run: cargo fmt --all -- --check
4646

47-
- name: Rust clippy check
48-
working-directory: ./src-tauri
49-
run: cargo clippy -- -D warnings
50-
5147
- name: Run Rust tests
5248
working-directory: ./src-tauri
5349
run: cargo test

0 commit comments

Comments
 (0)