Skip to content

Commit b26b8ec

Browse files
committed
add clippy to CI
1 parent 5a66a11 commit b26b8ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767

6868
- name: Docs
6969
run: cargo doc
70+
71+
- name: Clippy
72+
run: cargo clippy --all

0 commit comments

Comments
 (0)