WIP: Add the clippy component
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-23 17:59:14 +01:00
parent 4272ed9853
commit af5b12c2f0
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ steps:
clippy:
image: rust:1.91.1-bullseye
commands:
- rustup component add clippy
- cargo clippy
test: