From 7456a18fc90b2df692bd4ccf78ce8af57746fcc4 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sat, 30 May 2026 02:29:14 +0200 Subject: [PATCH] ci: add clippy component to toolchain --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf0a23..976f967 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@stable with: - components: rustfmt + components: rustfmt, clippy - name: Cache cargo uses: actions/cache@v4