diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 7181759..865574e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -25,6 +25,6 @@ jobs: with: autopep8: true github_token: ${{ secrets.GITHUB_TOKEN }} - - name: Analysing the code with pylint - run: | - pylint $(git ls-files '*.py') + # - name: Analysing the code with pylint + # run: | + # pylint $(git ls-files '*.py')