From e90704adb43d5fde1c2c7a44246d1a1a04cb30c0 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sat, 4 May 2024 10:00:24 +0000 Subject: [PATCH] include schema-tool in pylint checks --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 8706797..05919eb 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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)