diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 1600685..a2d961d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -24,5 +24,5 @@ jobs: pip install pytest - name: Analysing the code with pylint run: | - git ls-files '*.py' - pylint $(git ls-files '*.py') + pylint $(git ls-files 'setup.py') + pylint $(git ls-files 'tests/test_hstransform.py')