Skip to content

Commit 3b18d85

Browse files
authored
Merge pull request #2201 from Kobzol/ci-clippy
Install Clippy on CI
2 parents 484481f + 3d36134 commit 3b18d85

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)