Skip to content

Commit 3f88a48

Browse files
committed
Adde clippy rustup component
1 parent 93140d3 commit 3f88a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up rust toolchain
2929
uses: actions-rust-lang/setup-rust-toolchain@v1
3030
with:
31-
components: rustfmt
31+
components: "clippy, rustfmt"
3232
toolchain: 1.83
3333

3434
- name: Run cargo fmt

0 commit comments

Comments
 (0)