Skip to content

Commit 9df529c

Browse files
author
Jim Bennett
committed
Update build.yml
1 parent 5509880 commit 9df529c

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
@@ -45,7 +45,7 @@ jobs:
4545
run: git describe --dirty --always --tags
4646
- name: PyLint
4747
run: |
48-
pylint $( find . -path './circuitpython_customvision/*.py' )
48+
pylint $( find . -path './circuitpython_customvision.py' )
4949
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
5050
- name: Check formatting
5151
run: |

0 commit comments

Comments
 (0)