We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86818 commit 582f82dCopy full SHA for 582f82d
.github/workflows/checks.yaml
@@ -32,6 +32,7 @@ jobs:
32
uses: dtolnay/rust-toolchain@stable
33
with:
34
toolchain: ${{ matrix.toolchain }}
35
+ components: "rustfmt,clippy"
36
37
# https://github.com/swatinem/rust-cache
38
- name: Run Swatinem/rust-cache@v2
0 commit comments