diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bfa6a258..7b687d77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: rustfmt + components: rustfmt, clippy - name: Check formatting run: cargo fmt --all --check @@ -103,6 +103,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Check locked Cargo metadata run: cargo metadata --locked --no-deps --format-version 1 @@ -137,6 +138,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -168,7 +170,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -205,6 +207,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -237,6 +240,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -282,7 +286,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10 @@ -369,7 +373,7 @@ jobs: uses: dtolnay/rust-toolchain@v1 with: toolchain: nightly-2026-07-10 - components: clippy + components: rustfmt, clippy - name: Setup sccache uses: mozilla-actions/sccache-action@v0.0.10