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