Test adding black to CI/CD
This commit is contained in:
@@ -12,3 +12,8 @@ steps:
|
||||
image: python:3.9-slim
|
||||
commands:
|
||||
- python test.py
|
||||
|
||||
- name: black
|
||||
image: pyfound/black:21.7b0
|
||||
commands:
|
||||
- black --check --diff --quiet .
|
||||
|
||||
Reference in New Issue
Block a user