Skip to content

Commit

Permalink
Fix pylint path to include bookworm/*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sue-t-boyd committed Mar 11, 2024
1 parent 5e2573c commit 2972798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Lint with pylint
run: |
pylint bookworm/**/*.py
pylint bookworm/*.py
# Next step: run the unit tests with code coverage.
- name: Unit tests
Expand Down

0 comments on commit 2972798

Please sign in to comment.