diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 4c9f1ec..56d770d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,6 @@ jobs: pip install pylint pyyaml - name: Analysing the code with pylint run: | - pylint --rcfile .pylintrc $(git ls-files '*.py') + pwd + pylint --version + pylint --rcfile ./.pylintrc $(git ls-files '*.py')