Skip to content

Commit bd8537e

Browse files
committed
Fixed pylint directive
1 parent aef6c69 commit bd8537e

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
@@ -52,7 +52,7 @@ jobs:
5252
pre-commit run --all-files
5353
- name: PyLint
5454
run: |
55-
pylint $( find . -path './adafruit*.py' )
55+
pylint $( find . -path './simpleio.py' )
5656
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
5757
- name: Build assets
5858
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .

0 commit comments

Comments
 (0)