ci/cd attempt
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
pictuga 2021-09-08 21:21:35 +02:00
parent 69cdf05341
commit 85ee78c235

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: lint
image: python:alpine
commands:
- pip install isort
- isort --diff --color --recursive .