Skip to content

Commit 582f82d

Browse files
committed
Add clippy and rustfmt into tollchain components
1 parent 2f86818 commit 582f82d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: dtolnay/rust-toolchain@stable
3333
with:
3434
toolchain: ${{ matrix.toolchain }}
35+
components: "rustfmt,clippy"
3536

3637
# https://github.com/swatinem/rust-cache
3738
- name: Run Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)