We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5e5cd commit cabfbb3Copy full SHA for cabfbb3
1 file changed
.github/workflows/test.yaml
@@ -91,6 +91,7 @@ jobs:
91
92
- name: Install Rust
93
uses: dtolnay/rust-toolchain@stable
94
+ components: rustfmt
95
96
- run: cargo fmt --all -- --check
97
@@ -119,6 +120,7 @@ jobs:
119
120
121
- name: Install Rust stable
122
123
+ components: clippy
124
125
- name: Restore cache
126
uses: Swatinem/rust-cache@v2
0 commit comments