Files
beekeper/.woodpecker/test.yml
qpismont aa056419c6
Some checks failed
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
add missing clippy install
2025-11-13 20:53:33 +00:00

12 lines
226 B
YAML

steps:
- name: clippy
image: rust:${RUST_VERSION}
commands:
- rustup component add clippy
- cargo clippy --all-targets --all-features -- -D warnings
matrix:
RUST_VERSION:
- "1.91.1"
- "1.91.0"