Skip to content

Commit e2ffd40

Browse files
authored
Merge pull request #81 from adafruit/black-update
build.yml: Add black formatting check
2 parents 464266d + 419a672 commit e2ffd40

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)