We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eb1a7 commit 69be44bCopy full SHA for 69be44b
.github/workflows/build.yml
@@ -43,6 +43,9 @@ jobs:
43
run: |
44
pylint $( find . -path './adafruit*.py' )
45
([[ ! -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 .
49
- name: Build assets
50
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
51
- name: Build docs
0 commit comments