Skip to content

Commit

Permalink
include schema-tool in pylint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 4, 2024
1 parent 76163e3 commit e90704a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install pylint mysqlclient black
- name: Check for compile errors with pylint
run: |
pylint -E $(git ls-files '*.py')
pylint -E $(git ls-files '*.py' schema-tool)
#- name: Full code analysis with pylint
# run: |
# pylint $(git ls-files '*.py')
# pylint $(git ls-files '*.py' schema-tool)

0 comments on commit e90704a

Please sign in to comment.