Add lint step?

This commit is contained in:
Luke Robles 2023-05-18 18:02:37 -07:00
parent 78a05c3712
commit 534fe8cca5

View File

@ -3,7 +3,13 @@ type: docker
name: default
steps:
- name: docker
- name: lint-python
image: python3.10-slim
commands:
- pip install -U black
- black .
- name: docker-build
image: plugins/docker
environment:
PASSWORD: