Skip to content

Commit a5bb22a

Browse files
committed
build.yml: add black formatting check
Signed-off-by: sommersoft <[email protected]>
1 parent 13b4703 commit a5bb22a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
4444
- name: Library version
4545
run: git describe --dirty --always --tags
46+
- name: Check formatting
47+
run: |
48+
black --check --target-version=py35 .
4649
- name: PyLint
4750
run: |
4851
pylint $( find . -path './adafruit*.py' )

0 commit comments

Comments
 (0)