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 06bb249 commit de4534cCopy full SHA for de4534c
.github/workflows/build.yml
@@ -54,6 +54,8 @@ jobs:
54
run: |
55
pylint $( find . -path './jepler*.py' )
56
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
57
+ - name: Unit Test
58
+ run: python test.py
59
- name: Build assets
60
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
61
- name: Build docs
0 commit comments