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 65f7935 commit afa530eCopy full SHA for afa530e
.github/workflows/build.yml
@@ -50,10 +50,6 @@ jobs:
50
- name: Pre-commit hooks
51
run: |
52
pre-commit run --all-files
53
- - name: PyLint
54
- run: |
55
- pylint $( find . -path './adafruit*.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 .
59
- name: Archive bundles
0 commit comments