Skip to content

Commit 3d36134

Browse files
committed
Install Clippy on CI
1 parent 484481f commit 3d36134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: dtolnay/rust-toolchain@stable
2121
with:
22-
components: rustfmt
22+
components: clippy,rustfmt
2323

2424
- uses: Swatinem/rust-cache@v2
2525

0 commit comments

Comments
 (0)