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 ac6bb38 commit 03aaf6bCopy full SHA for 03aaf6b
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
id: toolchain
49
with:
50
toolchain: ${{matrix.rust}}
51
+ components: clippy
52
- name: Check ${{'${{steps.toolchain.outputs.rustc-version}}'}}
53
run: echo '${{steps.toolchain.outputs.rustc-version}}'
54
- name: Check ${{'${{steps.toolchain.outputs.cargo-version}}'}}
@@ -62,4 +63,4 @@ jobs:
62
63
# Add tiny empty crate.
64
# This checks that registry access works.
65
- run: cargo add serde_as
- - run: cargo check
66
+ - run: cargo clippy
0 commit comments