Skip to content

Commit dbc03d6

Browse files
author
Jim Bennett
committedApr 17, 2020
Fixing the build script
1 parent e54804e commit dbc03d6

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
@@ -48,7 +48,7 @@ jobs:
4848
black --check --target-version=py35 --line-length=140 .
4949
- name: PyLint
5050
run: |
51-
pylint $( find . -path './adafruit*.py' )
51+
pylint $( find . -path './adafruit_azureiot/*.py' )
5252
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace,wrong-import-position $( find . -path "./examples/*.py" ))
5353
- name: Build assets
5454
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .

0 commit comments

Comments
 (0)
Please sign in to comment.