Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 8c86e16

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

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)