Add lint step?
This commit is contained in:
parent
7e02b5c9a1
commit
e65a760526
@ -3,7 +3,13 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: lint-python
|
||||||
|
image: python3.10-slim
|
||||||
|
commands:
|
||||||
|
- pip install -U black
|
||||||
|
- black .
|
||||||
|
|
||||||
|
- name: docker-build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
environment:
|
environment:
|
||||||
PASSWORD:
|
PASSWORD:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user