ci: install clippy component for backend job

This commit is contained in:
2026-07-19 18:52:55 -04:00
parent 40555d7d6a
commit 5d3681bd3f
+2
View File
@@ -47,6 +47,8 @@ jobs:
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Cache cargo
uses: actions/cache@v4