update pylint examples directive

Signed-off-by: sommersoft <sommersoft@gmail.com>
This commit is contained in:
sommersoft 2020-01-08 21:09:22 -06:00
parent 9b42c7444e
commit 14749b1902

View file

@ -42,7 +42,7 @@ jobs:
- name: PyLint
run: |
pylint $( find . -path './adafruit*.py' )
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Build docs