Skip to content

Commit

Permalink
update pylint examples directive
Browse files Browse the repository at this point in the history
Signed-off-by: sommersoft <sommersoft@gmail.com>
  • Loading branch information
sommersoft committed Jan 14, 2020
1 parent 75ada76 commit dc01285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down

0 comments on commit dc01285

Please sign in to comment.