diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..006a7b7 --- /dev/null +++ b/.drone.yml @@ -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