Enable CI (#2)

Reviewed-on: pierre/GrammalecteClient#2
This commit is contained in:
Pierre HUBERT 2024-06-14 06:43:14 +00:00
parent b09034d6fb
commit 2dd1e5907a

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test --all-features