We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6166f commit a131d8fCopy full SHA for a131d8f
.github/workflows/rust.yml
@@ -20,3 +20,6 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Run clippy
24
+ run: cargo clippy --verbose
25
+
0 commit comments