GrammalecteClient/.drone.yml
Pierre HUBERT 297b002555
All checks were successful
continuous-integration/drone/push Build is passing
First CI test
2024-06-14 08:38:38 +02:00

15 lines
181 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