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 ef401a7 commit dbf4f94Copy full SHA for dbf4f94
.github/workflows/rust-ci.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Install Rust
30
uses: dtolnay/rust-toolchain@stable
31
+ with:
32
+ components: rustfmt, clippy # Ensure rustfmt and clippy are installed
33
34
- name: Cache Cargo dependencies
35
uses: Swatinem/rust-cache@v2
0 commit comments