mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update pylint.yml
This commit is contained in:
parent
cc7d69e197
commit
3c489f76cf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
|
@ -18,5 +18,6 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
|
working-directory: tnc
|
||||||
run: |
|
run: |
|
||||||
pylint `ls -R|grep .py$|xargs`
|
pylint `ls -R|grep .py$|xargs`
|
||||||
|
|
Loading…
Reference in a new issue