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 43429c1 commit 6e59385Copy full SHA for 6e59385
.github/workflows/build.yml
@@ -48,8 +48,8 @@ jobs:
48
black --check --target-version=py35 .
49
- name: PyLint
50
run: |
51
- pylint AHRS/mahony.py
52
- pylint AHRS/madgwick.py
+ pylint ahrs/mahony.py
+ pylint ahrs/madgwick.py
53
- name: Build assets
54
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
55
- name: Build docs
0 commit comments