Files
beekeper/.woodpecker/test.yml
qpismont 3f14c0d572
Some checks failed
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Implement Docker integration with BollardAdapter; add Dockerfile, docker-compose, and update dependencies
2025-11-13 20:52:25 +00:00

11 lines
190 B
YAML

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