Skip to content

Commit 04f0dce

Browse files
committed
update example file pylint
Signed-off-by: sommersoft <[email protected]>
1 parent 0ea0301 commit 04f0dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: PyLint
4747
run: |
4848
pylint $( find . -path './adafruit*.py' )
49-
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
49+
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
5050
- name: Build assets
5151
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5252
- name: Build docs

0 commit comments

Comments
 (0)