We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc14de commit ca8c0feCopy full SHA for ca8c0fe
.github/workflows/ci.yml
@@ -20,3 +20,5 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Run lints
24
+ run: cargo clippy --all-targets -- -D warnings
0 commit comments