Skip to content

Commit beec8b5

Browse files
committed
CI: Add cargo clippy to detect code smells
1 parent 9559dcc commit beec8b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
- name: Test
2929
run: cargo test
3030

31-
- name: Lint
32-
run: cargo fmt --check
31+
- name: Check formatting
32+
run: cargo fmt --check
33+
34+
- name: Analyze code smells
35+
run: cargo clippy

0 commit comments

Comments
 (0)