We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea0301 commit 04f0dceCopy full SHA for 04f0dce
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: PyLint
47
run: |
48
pylint $( find . -path './adafruit*.py' )
49
- ([[ ! -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" ))
50
- name: Build assets
51
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
52
- name: Build docs
0 commit comments