Skip to content

Commit e011d51

Browse files
committed
Changed pylint line in build.yml
1 parent ec5931a commit e011d51

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 './adafruit*.py' )
44+
pylint $( find . -path './simpleio.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)