We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a66a11 commit b26b8ecCopy full SHA for b26b8ec
.github/workflows/ci.yaml
@@ -67,3 +67,6 @@ jobs:
67
68
- name: Docs
69
run: cargo doc
70
+
71
+ - name: Clippy
72
+ run: cargo clippy --all
0 commit comments