Update pylint.yml

This commit is contained in:
DJ2LS 2021-09-25 13:40:25 +02:00 committed by GitHub
parent cc7d69e197
commit 3c489f76cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,6 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
working-directory: tnc
run: |
pylint `ls -R|grep .py$|xargs`