Add .drone.yml for CI. (#2)

This commit is contained in:
Mikaël Capelle 2024-12-03 13:38:03 +00:00
parent b32d46b641
commit 0d50b44c37

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