diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index a866ae2..caf67da 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,7 @@ jobs: - name: Use Rust 1.83.0 run: rustup override set 1.83.0 - - run: rustup component add clippy + - run: rustup component add clippy rustfmt - uses: Swatinem/rust-cache@v2