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 cf802a6 commit 0e2cc25Copy full SHA for 0e2cc25
.github/workflows/ci.yml
@@ -32,4 +32,5 @@ jobs:
32
profile: minimal
33
components: clippy, rustfmt
34
- run: cargo fmt -- --check
35
+ - run: cargo check
36
- run: cargo clippy --all --all-targets -- -D warnings
0 commit comments