Add .drone.yml for CI.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Mikael CAPELLE 2024-12-03 14:12:42 +01:00
parent acb767184e
commit 211483f679

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: python:3.10-slim
commands:
- pip install poetry
- poetry install
- poetry run poe lint