Merge pull request #120 from sudouser777/main

updated pylint github action
This commit is contained in:
Footsiefat 2021-10-25 19:53:48 +13:00 committed by GitHub
commit f7da8c2761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint `ls */** | grep .py$ | xargs`
pylint $(git ls-files '*.py')