From 62f2346b3f601c774655f33d8b7b1599ebc8b9e3 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 8 Sep 2021 21:05:01 +0200 Subject: [PATCH] ci/cd attempt (drone) --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..407a0cb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: +- name: lint + image: python + commands: + - isort --diff --color --recursive .