Skip to content

Commit b45366d

Browse files
committed
ci: add clippy to components for toolchain
Signed-off-by: Martichou <m@rtin.fyi>
1 parent 2ad8c02 commit b45366d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v4
7878
- uses: dtolnay/rust-toolchain@stable
79+
with:
80+
components: clippy, rustfmt
7981
- uses: Swatinem/rust-cache@v2
8082
with:
8183
cache-directories: "${{ github.workspace }}/${{ matrix.directory }}/target"

0 commit comments

Comments
 (0)