Files
termix/.woodpecker/tests.yaml
Nikolai Rodionov af5b12c2f0
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
WIP: Add the clippy component
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
2025-11-23 17:59:14 +01:00

17 lines
224 B
YAML

when:
event:
- push
steps:
clippy:
image: rust:1.91.1-bullseye
commands:
- rustup component add clippy
- cargo clippy
test:
image: rust:1.91.1-bullseye
commands:
- cargo test