Skip to content

Commit e90704a

Browse files
committed
include schema-tool in pylint checks
1 parent 76163e3 commit e90704a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install pylint mysqlclient black
2222
- name: Check for compile errors with pylint
2323
run: |
24-
pylint -E $(git ls-files '*.py')
24+
pylint -E $(git ls-files '*.py' schema-tool)
2525
#- name: Full code analysis with pylint
2626
# run: |
27-
# pylint $(git ls-files '*.py')
27+
# pylint $(git ls-files '*.py' schema-tool)

0 commit comments

Comments
 (0)