Skip to content

Commit 4655c7b

Browse files
committed
update pylint examples directive
Signed-off-by: sommersoft <[email protected]>
1 parent 53365fc commit 4655c7b

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

0 commit comments

Comments
 (0)