From d82d340f562d350246643dc56589c1a4d43c02c0 Mon Sep 17 00:00:00 2001 From: Brad Swain Date: Mon, 29 Sep 2025 07:58:52 -0500 Subject: [PATCH] install rustfmt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 374f3cf..31045f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 with: toolchain: stable + components: rustfmt - name: cargo fmt run: cargo fmt --all -- --check clippy: