From d13074961b0c81dc74d408aa420a643f35d8d0c9 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Sat, 30 Nov 2024 14:21:49 +0000 Subject: [PATCH] Add rustfmt --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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