This commit is contained in:
Donald Cheng Hong Zou
2022-01-19 09:08:27 -05:00
parent 120d3b9f54
commit 7139e230cf
4 changed files with 8 additions and 3 deletions

View File

@@ -21,4 +21,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint `ls ../../src -R|grep .py$|xargs`
# pylint `ls ../../src -R|grep .py$|xargs`
ls