ci: add clippy component to toolchain
Some checks failed
CI / Check / Test (push) Failing after 6m14s

This commit is contained in:
2026-05-30 02:29:14 +02:00
parent c2985dd579
commit 7456a18fc9

View File

@@ -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