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

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')