We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5418bc3 commit a250e78Copy full SHA for a250e78
1 file changed
.github/workflows/ci-cd.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: dtolnay/rust-toolchain@stable
24
with:
25
toolchain: ${{ env.RUST_VERSION }}
26
+ components: rustfmt, clippy
27
28
- name: Cache Cargo dependencies
29
uses: swatinem/rust-cache@v2
0 commit comments