Skip to content

Commit 6e59385

Browse files
authored
Update build.yml
1 parent 43429c1 commit 6e59385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
black --check --target-version=py35 .
4949
- name: PyLint
5050
run: |
51-
pylint AHRS/mahony.py
52-
pylint AHRS/madgwick.py
51+
pylint ahrs/mahony.py
52+
pylint ahrs/madgwick.py
5353
- name: Build assets
5454
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5555
- name: Build docs

0 commit comments

Comments
 (0)