Add lint step?
This commit is contained in:
parent
7e02b5c9a1
commit
e65a760526
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user