From ea513f1d7ed8abf13701870bff1535cad21125fc Mon Sep 17 00:00:00 2001 From: Sofus Addington Date: Sun, 28 Sep 2025 13:59:06 +0200 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c09ad..3ef73df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: toolchain: stable profile: minimal override: true + components: rustfmt, clippy - name: Check format run: cargo fmt --check