Skip to content

Commit 69be44b

Browse files
committed
Enforce black
1 parent 87eb1a7 commit 69be44b

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
run: |
4444
pylint $( find . -path './adafruit*.py' )
4545
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
46+
- name: Check formatting
47+
run: |
48+
black --check --target-version=py35 .
4649
- name: Build assets
4750
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
4851
- name: Build docs

0 commit comments

Comments
 (0)