Skip to content

Commit

Permalink
even better syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobp24 committed Mar 12, 2024
1 parent c3bcc2b commit 409688d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
# # Next step: run pylint. Anything less than 10/10 will fail.
- name: Lint with pylint
run: |
pylint bookworm/*.py
pylint bookworm/**/*.py
pylint bookworm/*.py
pylint bookworm/**/*.py
# Next step: run the unit tests with code coverage.
Expand Down

0 comments on commit 409688d

Please sign in to comment.