ci/cd attempt
continuous-integration/drone/push Build is failing Details

pictuga 2021-09-08 21:21:35 +02:00
parent 69cdf05341
commit 85ee78c235
1 changed files with 9 additions and 0 deletions

9
.drone.yml 100644
View File

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