From efec51141e668d22727a7ebe44aea8df8b63ed48 Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Thu, 19 Mar 2026 12:18:00 -0400 Subject: [PATCH] Continuing to work through CI --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2a97e9..ef6a70f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: git submodule update --init --recursive - uses: dtolnay/rust-toolchain@stable + with: + components: rustfmt, clippy - run: cargo fmt --check