diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6486f75..c31bb70 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -142,6 +142,8 @@ jobs: with: fetch-depth: 1 - uses: dtolnay/rust-toolchain@nightly + with: + components: rustfmt - name: Check formatting run: cargo fmt --all -- --check