Add lint step?
This commit is contained in:
parent
78a05c3712
commit
534fe8cca5
@ -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