Skip to content

Commit 09722b5

Browse files
authored
build.yml: Add black formatting check
1 parent 180fc1a commit 09722b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
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 './neopixel.py' )

0 commit comments

Comments
 (0)