PagesServer/.drone.yml
Pierre HUBERT 6172b36b26
Some checks failed
continuous-integration/drone/push Build is failing
Enable CI
2025-03-28 16:59:22 +01:00

16 lines
182 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test