Skip to content

Commit

Permalink
CI: Fix Python linting to new path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 29, 2024
1 parent 7d7dab7 commit 814b874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python3 -m flake8 --show-source --ignore E501 examples
- name: Lint TinyFX Libs
- name: Lint Frozen Libs
shell: bash
run: |
python3 -m flake8 --show-source --ignore E501 boards/PIMORONI_TINYFX/lib
python3 -m flake8 --show-source --ignore E501 boards/*/frozen_libs

0 comments on commit 814b874

Please sign in to comment.