Skip to content

Commit ec5931a

Browse files
committed
Revert "Changed pylint line in build.yml"
This reverts commit 23374aa.
1 parent 23374aa commit ec5931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: git describe --dirty --always --tags
4242
- name: PyLint
4343
run: |
44-
pylint $( find . -path './neopixel.py' )
44+
pylint $( find . -path './adafruit*.py' )
4545
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
4646
- name: Build assets
4747
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .

0 commit comments

Comments
 (0)