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: clippy:
image: rust:1.91.1-bullseye image: rust:1.91.1-bullseye
commands: commands:
- rustup component add clippy
- cargo clippy - cargo clippy
test: test:

7
Cargo.lock generated Normal file
View File

@@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "termix"
version = "0.1.0"