diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index e44f0a7..7a88e1d 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,4 +21,5 @@ jobs: pip install -r requirements.txt - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + pylint --fail-under=4 $(git ls-files '*.py') + # pylint $(git ls-files '*.py')