Skip to content

Commit

Permalink
Add pylint checking to buildtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sue-t-boyd committed Mar 11, 2024
1 parent 9f17108 commit 007a0a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
# If there are any other steps in order for your tests to
# run successfully, you can add those steps here!

# Next step: run pylint. Anything less than 10/10 will fail.
#- name: Lint with pylint
# run: |
# pylint bookworm/**/*.py
# Next step: run pylint. Anything less than 10/10 will fail.
- name: Lint with pylint
run: |
pylint bookworm/**/*.py
# Next step: run the unit tests with code coverage.
- name: Unit tests
Expand Down

0 comments on commit 007a0a5

Please sign in to comment.