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 64e9417 commit 19414a4Copy full SHA for 19414a4
.github/workflows/rustfmt.yml
@@ -21,3 +21,7 @@ jobs:
21
with:
22
command: fmt
23
args: --all -- --check
24
+ - uses: actions-rs/cargo@v1
25
+ with:
26
+ command: clippy
27
+ args: --all-features
0 commit comments