Add ci #1
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: python-3-8-tests
|
||||
|
||||
steps:
|
||||
- name: check formatting
|
||||
image: python:3.8-slim-buster
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- black --check determine_docker_tags
|
||||
- flake8 determine_docker_tags
|
Loading…
Reference in New Issue
Block a user