We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5931a commit e011d51Copy full SHA for e011d51
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
run: git describe --dirty --always --tags
42
- name: PyLint
43
run: |
44
- pylint $( find . -path './adafruit*.py' )
+ pylint $( find . -path './simpleio.py' )
45
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
46
- name: Build assets
47
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
0 commit comments