diff --git a/ci/pylint.yml b/ci/pylint.yml index 657b06c..c16ba22 100644 --- a/ci/pylint.yml +++ b/ci/pylint.yml @@ -17,6 +17,6 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint - - name: Test with pytest + - name: Analysing the code with pylint run: | pylint `ls -R|grep .py$|xargs`