Enable CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 16:38:05 +01:00
parent f363ed1ff0
commit ec56fcd876
4 changed files with 889 additions and 482 deletions

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