We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef6c69 commit bd8537eCopy full SHA for bd8537e
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
pre-commit run --all-files
53
- name: PyLint
54
run: |
55
- pylint $( find . -path './adafruit*.py' )
+ pylint $( find . -path './simpleio.py' )
56
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
57
- name: Build assets
58
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
0 commit comments