diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a625a0bd..8ebeebdb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -47,6 +47,8 @@ jobs: uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0 - name: Fmt Check run: cargo fmt -- --check + - name: Prepare Clippy + run: rustup component add clippy - name: Run clippy action to produce annotations uses: actions-rs/clippy-check@v1 with: