Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gamblor21 authored May 11, 2020
1 parent 43429c1 commit 6e59385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
black --check --target-version=py35 .
- name: PyLint
run: |
pylint AHRS/mahony.py
pylint AHRS/madgwick.py
pylint ahrs/mahony.py
pylint ahrs/madgwick.py
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Build docs
Expand Down

0 comments on commit 6e59385

Please sign in to comment.