Fixing the build script

This commit is contained in:
Jim Bennett 2020-04-17 14:39:40 -07:00
parent e54804e264
commit dbc03d665c

View file

@ -48,7 +48,7 @@ jobs:
black --check --target-version=py35 --line-length=140 .
- name: PyLint
run: |
pylint $( find . -path './adafruit*.py' )
pylint $( find . -path './adafruit_azureiot/*.py' )
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace,wrong-import-position $( find . -path "./examples/*.py" ))
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .