Skip to content

Commit a250e78

Browse files
authored
ci: add rustfmt and clippy components to rust toolchain install
1 parent 5418bc3 commit a250e78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: dtolnay/rust-toolchain@stable
2424
with:
2525
toolchain: ${{ env.RUST_VERSION }}
26+
components: rustfmt, clippy
2627

2728
- name: Cache Cargo dependencies
2829
uses: swatinem/rust-cache@v2

0 commit comments

Comments
 (0)