add drone pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp Glaum 2024-05-03 14:24:06 +02:00
parent 2eded444c0
commit 5ef70dadbc
1 changed files with 17 additions and 0 deletions

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: test & lint python code
trigger:
event:
- push
- pull_request
steps:
- name: test & lint
image: python:3.12-alpine
commands:
- pipx install poetry
- poetry install
- poetry run python3 main.py